Package org.apache.http.impl.nio.client
Class DefaultHttpAsyncClient
java.lang.Object
org.apache.http.impl.nio.client.AbstractHttpAsyncClient
org.apache.http.impl.nio.client.DefaultHttpAsyncClient
- All Implemented Interfaces:
HttpAsyncClient
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.DefaultHttpAsyncClient
(org.apache.http.impl.nio.reactor.IOReactorConfig config) Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.http.params.HttpParams
Deprecated.protected org.apache.http.protocol.BasicHttpProcessor
Deprecated.static void
setDefaultHttpParams
(org.apache.http.params.HttpParams params) Deprecated.Methods inherited from class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
addRequestInterceptor, addRequestInterceptor, addResponseInterceptor, addResponseInterceptor, clearRequestInterceptors, clearResponseInterceptors, createAuthSchemeRegistry, createConnectionKeepAliveStrategy, createConnectionReuseStrategy, createCookieSpecRegistry, createCookieStore, createCredentialsProvider, createHttpContext, createHttpRoutePlanner, createProxyAuthenticationStrategy, createTargetAuthenticationStrategy, createUserTokenHandler, execute, execute, execute, execute, execute, execute, getAuthSchemes, getConnectionKeepAliveStrategy, getConnectionManager, getConnectionReuseStrategy, getCookieSpecs, getCookieStore, getCredentialsProvider, getHttpProcessor, getParams, getProxyAuthenticationStrategy, getRedirectStrategy, getRequestInterceptor, getRequestInterceptorCount, getResponseInterceptor, getResponseInterceptorCount, getRoutePlanner, getStatus, getTargetAuthenticationStrategy, getUserTokenHandler, removeRequestInterceptorByClass, removeResponseInterceptorByClass, setAuthSchemes, setCookieSpecs, setCookieStore, setCredentialsProvider, setKeepAliveStrategy, setParams, setProxyAuthenticationStrategy, setRedirectStrategy, setReuseStrategy, setRoutePlanner, setTargetAuthenticationStrategy, setUserTokenHandler, shutdown, start
-
Constructor Details
-
DefaultHttpAsyncClient
Deprecated. -
DefaultHttpAsyncClient
public DefaultHttpAsyncClient(org.apache.http.impl.nio.reactor.IOReactorConfig config) throws org.apache.http.nio.reactor.IOReactorException Deprecated.- Throws:
org.apache.http.nio.reactor.IOReactorException
-
DefaultHttpAsyncClient
public DefaultHttpAsyncClient() throws org.apache.http.nio.reactor.IOReactorExceptionDeprecated.- Throws:
org.apache.http.nio.reactor.IOReactorException
-
-
Method Details
-
createHttpParams
protected org.apache.http.params.HttpParams createHttpParams()Deprecated.- Specified by:
createHttpParams
in classAbstractHttpAsyncClient
-
setDefaultHttpParams
public static void setDefaultHttpParams(org.apache.http.params.HttpParams params) Deprecated. -
createHttpProcessor
protected org.apache.http.protocol.BasicHttpProcessor createHttpProcessor()Deprecated.- Specified by:
createHttpProcessor
in classAbstractHttpAsyncClient
-