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
public class DefaultHttpAsyncClient
- extends AbstractHttpAsyncClient
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, createProxyAuthenticationHandler, createTargetAuthenticationHandler, execute, execute, execute, execute, execute, execute, getAuthSchemes, getConnectionKeepAliveStrategy, getConnectionManager, getConnectionReuseStrategy, getCookieSpecs, getCookieStore, getCredentialsProvider, getHttpProcessor, getParams, getProxyAuthenticationHandler, getRedirectStrategy, getRequestInterceptor, getRequestInterceptorCount, getResponseInterceptor, getResponseInterceptorCount, getRoutePlanner, getStatus, getTargetAuthenticationHandler, removeRequestInterceptorByClass, removeResponseInterceptorByClass, setAuthSchemes, setCookieSpecs, setCookieStore, setCredentialsProvider, setKeepAliveStrategy, setProxyAuthenticationHandler, setRedirectStrategy, setReuseStrategy, setRoutePlanner, setTargetAuthenticationHandler, shutdown, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHttpAsyncClient
public DefaultHttpAsyncClient(ClientConnectionManager connmgr,
HttpParams params)
DefaultHttpAsyncClient
public DefaultHttpAsyncClient(HttpParams params)
throws org.apache.http.nio.reactor.IOReactorException
- Throws:
org.apache.http.nio.reactor.IOReactorException
DefaultHttpAsyncClient
public DefaultHttpAsyncClient()
throws org.apache.http.nio.reactor.IOReactorException
- Throws:
org.apache.http.nio.reactor.IOReactorException
DefaultHttpAsyncClient
public DefaultHttpAsyncClient(ClientConnectionManager connmgr)
throws org.apache.http.nio.reactor.IOReactorException
- Throws:
org.apache.http.nio.reactor.IOReactorException
createHttpParams
protected HttpParams createHttpParams()
- Specified by:
createHttpParams
in class AbstractHttpAsyncClient
setDefaultHttpParams
public static void setDefaultHttpParams(HttpParams params)
createHttpProcessor
protected BasicHttpProcessor createHttpProcessor()
- Specified by:
createHttpProcessor
in class AbstractHttpAsyncClient
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.