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 public class DefaultHttpAsyncClient extends AbstractHttpAsyncClient
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description DefaultHttpAsyncClient()
Deprecated.DefaultHttpAsyncClient(org.apache.http.impl.nio.reactor.IOReactorConfig config)
Deprecated.DefaultHttpAsyncClient(ClientAsyncConnectionManager connmgr)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected org.apache.http.params.HttpParams
createHttpParams()
Deprecated.protected org.apache.http.protocol.BasicHttpProcessor
createHttpProcessor()
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 Detail
-
DefaultHttpAsyncClient
public DefaultHttpAsyncClient(ClientAsyncConnectionManager connmgr)
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.IOReactorException
Deprecated.- Throws:
org.apache.http.nio.reactor.IOReactorException
-
-
Method Detail
-
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
-
-