org.apache.http.impl.nio.client
Class DefaultHttpAsyncClient

java.lang.Object
  extended by org.apache.http.impl.nio.client.AbstractHttpAsyncClient
      extended by org.apache.http.impl.nio.client.DefaultHttpAsyncClient
All Implemented Interfaces:
HttpAsyncClient

public class DefaultHttpAsyncClient
extends AbstractHttpAsyncClient


Constructor Summary
DefaultHttpAsyncClient()
           
DefaultHttpAsyncClient(org.apache.http.nio.reactor.ConnectingIOReactor ioReactor, ClientConnectionManager connmgr)
           
DefaultHttpAsyncClient(org.apache.http.nio.reactor.ConnectingIOReactor ioReactor, ClientConnectionManager connmgr, HttpParams params)
           
DefaultHttpAsyncClient(HttpParams params)
           
 
Method Summary
protected  HttpParams createHttpParams()
           
protected  BasicHttpProcessor createHttpProcessor()
           
static void setDefaultHttpParams(HttpParams params)
           
 
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
 

Constructor Detail

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
Method Detail

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.