public class AsyncHttpClientConfigBean extends AsyncHttpClientConfig
AsyncHttpClientConfig
AsyncHttpClientConfig.Builder
allowPoolingConnection, allowSslConnectionPool, applicationThreadPool, compressionEnabled, connectionsPool, connectionTimeOutInMs, hostnameVerifier, idleConnectionInPoolTimeoutInMs, idleConnectionTimeoutInMs, ioExceptionFilters, ioThreadMultiplier, maxConnectionLifeTimeInMs, maxConnectionPerHost, maxRedirects, maxRequestRetry, maxTotalConnections, providerConfig, proxyServerSelector, realm, redirectEnabled, removeQueryParamOnRedirect, requestCompressionLevel, requestFilters, requestTimeoutInMs, responseFilters, sslContext, sslEngineFactory, strict302Handling, timeConverter, userAgent, useRawUrl, useRelativeURIsWithSSLProxies, webSocketIdleTimeoutInMs
Constructor and Description |
---|
AsyncHttpClientConfigBean() |
executorService, getAllowPoolingConnection, getAsyncHttpProviderConfig, getConnectionsPool, getConnectionTimeoutInMs, getHostnameVerifier, getIdleConnectionInPoolTimeoutInMs, getIdleConnectionTimeoutInMs, getIOExceptionFilters, getIoThreadMultiplier, getKeepAlive, getMaxConnectionLifeTimeInMs, getMaxConnectionPerHost, getMaxRedirects, getMaxRequestRetry, getMaxTotalConnections, getProxyServerSelector, getRealm, getRequestCompressionLevel, getRequestFilters, getRequestTimeoutInMs, getResponseFilters, getSSLContext, getSSLEngineFactory, getTimeConverter, getUserAgent, getWebSocketIdleTimeoutInMs, isClosed, isCompressionEnabled, isRedirectEnabled, isRemoveQueryParamOnRedirect, isSslConnectionPoolEnabled, isStrict302Handling, isUseRawUrl, isUseRelativeURIsWithSSLProxies, isValid
public AsyncHttpClientConfigBean setMaxTotalConnections(int maxTotalConnections)
public AsyncHttpClientConfigBean setMaxConnectionPerHost(int maxConnectionPerHost)
public AsyncHttpClientConfigBean setConnectionTimeOutInMs(int connectionTimeOutInMs)
public AsyncHttpClientConfigBean setIdleConnectionInPoolTimeoutInMs(int idleConnectionInPoolTimeoutInMs)
public AsyncHttpClientConfigBean setStrict302Handling(boolean strict302Handling)
public AsyncHttpClientConfigBean setIdleConnectionTimeoutInMs(int idleConnectionTimeoutInMs)
public AsyncHttpClientConfigBean setRequestTimeoutInMs(int requestTimeoutInMs)
public AsyncHttpClientConfigBean setMaxConnectionLifeTimeInMs(int maxConnectionLifeTimeInMs)
public AsyncHttpClientConfigBean setRedirectEnabled(boolean redirectEnabled)
public AsyncHttpClientConfigBean setMaxRedirects(int maxRedirects)
public AsyncHttpClientConfigBean setCompressionEnabled(boolean compressionEnabled)
public AsyncHttpClientConfigBean setUserAgent(String userAgent)
public AsyncHttpClientConfigBean setAllowPoolingConnection(boolean allowPoolingConnection)
public AsyncHttpClientConfigBean setApplicationThreadPool(ExecutorService applicationThreadPool)
public AsyncHttpClientConfigBean setProxyServer(ProxyServer proxyServer)
public AsyncHttpClientConfigBean setProxyServerSelector(ProxyServerSelector proxyServerSelector)
public AsyncHttpClientConfigBean setSslContext(SSLContext sslContext)
public AsyncHttpClientConfigBean setSslEngineFactory(SSLEngineFactory sslEngineFactory)
public AsyncHttpClientConfigBean setProviderConfig(AsyncHttpProviderConfig<?,?> providerConfig)
public AsyncHttpClientConfigBean setConnectionsPool(ConnectionsPool<?,?> connectionsPool)
public AsyncHttpClientConfigBean setRealm(Realm realm)
public AsyncHttpClientConfigBean addRequestFilter(RequestFilter requestFilter)
public AsyncHttpClientConfigBean addResponseFilters(ResponseFilter responseFilter)
public AsyncHttpClientConfigBean addIoExceptionFilters(IOExceptionFilter ioExceptionFilter)
public AsyncHttpClientConfigBean setRequestCompressionLevel(int requestCompressionLevel)
public AsyncHttpClientConfigBean setMaxRequestRetry(int maxRequestRetry)
public AsyncHttpClientConfigBean setAllowSslConnectionPool(boolean allowSslConnectionPool)
public AsyncHttpClientConfigBean setUseRawUrl(boolean useRawUrl)
public AsyncHttpClientConfigBean setRemoveQueryParamOnRedirect(boolean removeQueryParamOnRedirect)
public AsyncHttpClientConfigBean setHostnameVerifier(HostnameVerifier hostnameVerifier)
public AsyncHttpClientConfigBean setIoThreadMultiplier(int ioThreadMultiplier)
Copyright © 2014. All Rights Reserved.