Uses of Interface
org.apache.http.nio.NHttpClientEventHandler

Packages that use NHttpClientEventHandler
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.nio.protocol Asynchronous HTTP protocol handlers based on the non-blocking I/O model. 
 

Uses of NHttpClientEventHandler in org.apache.http.impl.nio
 

Methods in org.apache.http.impl.nio with parameters of type NHttpClientEventHandler
 void DefaultNHttpClientConnection.consumeInput(NHttpClientEventHandler handler)
           
 void DefaultNHttpClientConnection.produceOutput(NHttpClientEventHandler handler)
           
 

Constructors in org.apache.http.impl.nio with parameters of type NHttpClientEventHandler
DefaultHttpClientIODispatch(NHttpClientEventHandler handler, HttpParams params)
           
DefaultHttpClientIODispatch(NHttpClientEventHandler handler, NHttpConnectionFactory<DefaultNHttpClientConnection> connFactory)
          Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
DefaultHttpClientIODispatch(NHttpClientEventHandler handler, SSLContext sslcontext, HttpParams params)
           
DefaultHttpClientIODispatch(NHttpClientEventHandler handler, SSLContext sslcontext, SSLSetupHandler sslHandler, HttpParams params)
           
 

Uses of NHttpClientEventHandler in org.apache.http.nio.protocol
 

Classes in org.apache.http.nio.protocol that implement NHttpClientEventHandler
 class HttpAsyncRequestExecutor
          HttpAsyncRequestExecutor is a fully asynchronous HTTP client side protocol handler based on the NIO (non-blocking) I/O model.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.