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, createConnectionKeepAliveStrategy, createConnectionReuseStrategy, createHttpContext, createHttpRoutePlanner, execute, execute, execute, execute, execute, execute, getConnectionKeepAliveStrategy, getConnectionManager, getConnectionReuseStrategy, getHttpProcessor, getParams, getRedirectStrategy, getRequestInterceptor, getRequestInterceptorCount, getResponseInterceptor, getResponseInterceptorCount, getRoutePlanner, getStatus, removeRequestInterceptorByClass, removeResponseInterceptorByClass, setKeepAliveStrategy, setRedirectStrategy, setReuseStrategy, setRoutePlanner, shutdown, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHttpAsyncClient
public DefaultHttpAsyncClient(org.apache.http.nio.reactor.ConnectingIOReactor ioReactor,
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(org.apache.http.nio.reactor.ConnectingIOReactor ioReactor,
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.