public class AsyncHttpClientTypesafeConfig extends Object implements AsyncHttpClientConfig
AsyncHttpClientConfig.ResponseBodyPartFactory| Constructor and Description |
|---|
AsyncHttpClientTypesafeConfig(com.typesafe.config.Config config) |
public AsyncHttpClientTypesafeConfig(com.typesafe.config.Config config)
public String getAhcVersion()
getAhcVersion in interface AsyncHttpClientConfigpublic String getThreadPoolName()
getThreadPoolName in interface AsyncHttpClientConfigpublic int getMaxConnections()
getMaxConnections in interface AsyncHttpClientConfigpublic int getMaxConnectionsPerHost()
getMaxConnectionsPerHost in interface AsyncHttpClientConfigpublic int getAcquireFreeChannelTimeout()
getAcquireFreeChannelTimeout in interface AsyncHttpClientConfigpublic int getConnectTimeout()
getConnectTimeout in interface AsyncHttpClientConfigpublic int getReadTimeout()
getReadTimeout in interface AsyncHttpClientConfigpublic int getPooledConnectionIdleTimeout()
getPooledConnectionIdleTimeout in interface AsyncHttpClientConfigpublic int getConnectionPoolCleanerPeriod()
getConnectionPoolCleanerPeriod in interface AsyncHttpClientConfigpublic int getRequestTimeout()
getRequestTimeout in interface AsyncHttpClientConfigpublic boolean isFollowRedirect()
isFollowRedirect in interface AsyncHttpClientConfigpublic int getMaxRedirects()
getMaxRedirects in interface AsyncHttpClientConfigpublic boolean isKeepAlive()
isKeepAlive in interface AsyncHttpClientConfigpublic String getUserAgent()
getUserAgent in interface AsyncHttpClientConfigpublic boolean isCompressionEnforced()
isCompressionEnforced in interface AsyncHttpClientConfigpublic ThreadFactory getThreadFactory()
getThreadFactory in interface AsyncHttpClientConfigpublic ProxyServerSelector getProxyServerSelector()
getProxyServerSelector in interface AsyncHttpClientConfigpublic io.netty.handler.ssl.SslContext getSslContext()
getSslContext in interface AsyncHttpClientConfigpublic Realm getRealm()
getRealm in interface AsyncHttpClientConfigpublic List<RequestFilter> getRequestFilters()
getRequestFilters in interface AsyncHttpClientConfigpublic List<ResponseFilter> getResponseFilters()
getResponseFilters in interface AsyncHttpClientConfigpublic List<IOExceptionFilter> getIoExceptionFilters()
getIoExceptionFilters in interface AsyncHttpClientConfigpublic CookieStore getCookieStore()
getCookieStore in interface AsyncHttpClientConfigpublic int expiredCookieEvictionDelay()
expiredCookieEvictionDelay in interface AsyncHttpClientConfigpublic int getMaxRequestRetry()
getMaxRequestRetry in interface AsyncHttpClientConfigpublic boolean isDisableUrlEncodingForBoundRequests()
isDisableUrlEncodingForBoundRequests in interface AsyncHttpClientConfigpublic boolean isUseLaxCookieEncoder()
isUseLaxCookieEncoder in interface AsyncHttpClientConfigpublic boolean isStrict302Handling()
isStrict302Handling in interface AsyncHttpClientConfigpublic int getConnectionTtl()
getConnectionTtl in interface AsyncHttpClientConfigpublic boolean isUseOpenSsl()
isUseOpenSsl in interface AsyncHttpClientConfigpublic boolean isUseInsecureTrustManager()
isUseInsecureTrustManager in interface AsyncHttpClientConfigpublic boolean isDisableHttpsEndpointIdentificationAlgorithm()
isDisableHttpsEndpointIdentificationAlgorithm in interface AsyncHttpClientConfigpublic String[] getEnabledProtocols()
getEnabledProtocols in interface AsyncHttpClientConfigpublic String[] getEnabledCipherSuites()
getEnabledCipherSuites in interface AsyncHttpClientConfigpublic boolean isFilterInsecureCipherSuites()
isFilterInsecureCipherSuites in interface AsyncHttpClientConfigpublic int getSslSessionCacheSize()
getSslSessionCacheSize in interface AsyncHttpClientConfigpublic int getSslSessionTimeout()
getSslSessionTimeout in interface AsyncHttpClientConfigpublic int getHttpClientCodecMaxInitialLineLength()
getHttpClientCodecMaxInitialLineLength in interface AsyncHttpClientConfigpublic int getHttpClientCodecMaxHeaderSize()
getHttpClientCodecMaxHeaderSize in interface AsyncHttpClientConfigpublic int getHttpClientCodecMaxChunkSize()
getHttpClientCodecMaxChunkSize in interface AsyncHttpClientConfigpublic int getHttpClientCodecInitialBufferSize()
getHttpClientCodecInitialBufferSize in interface AsyncHttpClientConfigpublic boolean isDisableZeroCopy()
isDisableZeroCopy in interface AsyncHttpClientConfigpublic int getHandshakeTimeout()
getHandshakeTimeout in interface AsyncHttpClientConfigpublic SslEngineFactory getSslEngineFactory()
getSslEngineFactory in interface AsyncHttpClientConfigpublic int getChunkedFileChunkSize()
getChunkedFileChunkSize in interface AsyncHttpClientConfigpublic int getWebSocketMaxBufferSize()
getWebSocketMaxBufferSize in interface AsyncHttpClientConfigpublic int getWebSocketMaxFrameSize()
getWebSocketMaxFrameSize in interface AsyncHttpClientConfigpublic boolean isKeepEncodingHeader()
isKeepEncodingHeader in interface AsyncHttpClientConfigpublic int getShutdownQuietPeriod()
getShutdownQuietPeriod in interface AsyncHttpClientConfigpublic int getShutdownTimeout()
getShutdownTimeout in interface AsyncHttpClientConfigpublic Map<io.netty.channel.ChannelOption<Object>,Object> getChannelOptions()
getChannelOptions in interface AsyncHttpClientConfigpublic io.netty.channel.EventLoopGroup getEventLoopGroup()
getEventLoopGroup in interface AsyncHttpClientConfigpublic boolean isUseNativeTransport()
isUseNativeTransport in interface AsyncHttpClientConfigpublic Consumer<io.netty.channel.Channel> getHttpAdditionalChannelInitializer()
getHttpAdditionalChannelInitializer in interface AsyncHttpClientConfigpublic Consumer<io.netty.channel.Channel> getWsAdditionalChannelInitializer()
getWsAdditionalChannelInitializer in interface AsyncHttpClientConfigpublic AsyncHttpClientConfig.ResponseBodyPartFactory getResponseBodyPartFactory()
getResponseBodyPartFactory in interface AsyncHttpClientConfigpublic ChannelPool getChannelPool()
getChannelPool in interface AsyncHttpClientConfigpublic ConnectionSemaphoreFactory getConnectionSemaphoreFactory()
getConnectionSemaphoreFactory in interface AsyncHttpClientConfigpublic io.netty.util.Timer getNettyTimer()
getNettyTimer in interface AsyncHttpClientConfigpublic long getHashedWheelTimerTickDuration()
getHashedWheelTimerTickDuration in interface AsyncHttpClientConfigpublic int getHashedWheelTimerSize()
getHashedWheelTimerSize in interface AsyncHttpClientConfigpublic KeepAliveStrategy getKeepAliveStrategy()
getKeepAliveStrategy in interface AsyncHttpClientConfigpublic boolean isValidateResponseHeaders()
isValidateResponseHeaders in interface AsyncHttpClientConfigpublic boolean isAggregateWebSocketFrameFragments()
isAggregateWebSocketFrameFragments in interface AsyncHttpClientConfigpublic boolean isEnableWebSocketCompression()
isEnableWebSocketCompression in interface AsyncHttpClientConfigpublic boolean isTcpNoDelay()
isTcpNoDelay in interface AsyncHttpClientConfigpublic boolean isSoReuseAddress()
isSoReuseAddress in interface AsyncHttpClientConfigpublic boolean isSoKeepAlive()
isSoKeepAlive in interface AsyncHttpClientConfigpublic int getSoLinger()
getSoLinger in interface AsyncHttpClientConfigpublic int getSoSndBuf()
getSoSndBuf in interface AsyncHttpClientConfigpublic int getSoRcvBuf()
getSoRcvBuf in interface AsyncHttpClientConfigpublic io.netty.buffer.ByteBufAllocator getAllocator()
getAllocator in interface AsyncHttpClientConfigpublic int getIoThreadsCount()
getIoThreadsCount in interface AsyncHttpClientConfigCopyright © 2024. All rights reserved.