Class HttpClientSettings


  • public class HttpClientSettings
    extends Object
    A convienient class that expose all settings in ClientConfiguration and other internal settings to the underlying http client.
    • Method Detail

      • useBrowserCompatibleHostNameVerifier

        public boolean useBrowserCompatibleHostNameVerifier()
      • getMaxConnections

        public int getMaxConnections()
      • getLocalAddress

        public InetAddress getLocalAddress()
      • getProxyHost

        public String getProxyHost()
      • getProxyPort

        public int getProxyPort()
      • getProxyUsername

        public String getProxyUsername()
      • getProxyPassword

        public String getProxyPassword()
      • useReaper

        public boolean useReaper()
      • useGzip

        public boolean useGzip()
      • getSocketTimeout

        public int getSocketTimeout()
      • getSocketBufferSize

        public int[] getSocketBufferSize()
      • useTcpKeepAlive

        public boolean useTcpKeepAlive()
      • getConnectionTimeout

        public int getConnectionTimeout()
      • getConnectionPoolRequestTimeout

        public int getConnectionPoolRequestTimeout()
      • getConnectionPoolTTL

        public long getConnectionPoolTTL()
      • getMaxIdleConnectionTime

        public long getMaxIdleConnectionTime()
      • getProxyWorkstation

        public String getProxyWorkstation()
      • getProxyDomain

        public String getProxyDomain()
      • isPreemptiveBasicProxyAuth

        public boolean isPreemptiveBasicProxyAuth()
      • isUseExpectContinue

        public boolean isUseExpectContinue()