Class WebReactiveOptions.WebProxySettings

  • Enclosing class:
    WebReactiveOptions

    public static class WebReactiveOptions.WebProxySettings
    extends reactivefeign.ReactiveOptions.ProxySettings
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WebProxySettings​(java.lang.String host, int port, java.lang.String username, java.lang.String password, java.lang.Long timeout)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()  
      java.lang.Long getTimeout()  
      java.lang.String getUsername()  
      • Methods inherited from class reactivefeign.ReactiveOptions.ProxySettings

        getHost, getPort
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebProxySettings

        protected WebProxySettings​(java.lang.String host,
                                   int port,
                                   java.lang.String username,
                                   java.lang.String password,
                                   java.lang.Long timeout)
    • Method Detail

      • getUsername

        public java.lang.String getUsername()
      • getPassword

        public java.lang.String getPassword()
      • getTimeout

        public java.lang.Long getTimeout()