Class HttpClientProperties.Proxy

    • Constructor Detail

      • Proxy

        public Proxy()
    • Method Detail

      • getType

        public reactor.netty.transport.ProxyProvider.Proxy getType()
      • setType

        public void setType​(reactor.netty.transport.ProxyProvider.Proxy type)
      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getPort

        public Integer getPort()
      • setPort

        public void setPort​(Integer port)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getNonProxyHostsPattern

        public String getNonProxyHostsPattern()
      • setNonProxyHostsPattern

        public void setNonProxyHostsPattern​(String nonProxyHostsPattern)