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

Packages that use NHttpClientHandler
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.impl.nio.ssl   
org.apache.http.nio The core HTTP components based on non-blocking I/O model (HttpCore NIO). 
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
 

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

Fields in org.apache.http.impl.nio declared as NHttpClientHandler
protected  NHttpClientHandler DefaultClientIOEventDispatch.handler
          Deprecated.  
protected  NHttpClientHandler SSLClientIOEventDispatch.handler
          Deprecated.  
 

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

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

Uses of NHttpClientHandler in org.apache.http.impl.nio.ssl
 

Constructors in org.apache.http.impl.nio.ssl with parameters of type NHttpClientHandler
SSLClientIOEventDispatch(NHttpClientHandler handler, SSLContext sslcontext, HttpParams params)
          Deprecated. Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext.
SSLClientIOEventDispatch(NHttpClientHandler handler, SSLContext sslcontext, SSLSetupHandler sslHandler, HttpParams params)
          Deprecated. Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext.
 

Uses of NHttpClientHandler in org.apache.http.nio
 

Methods in org.apache.http.nio with parameters of type NHttpClientHandler
 void NHttpClientIOTarget.consumeInput(NHttpClientHandler handler)
          Triggered when the connection is ready to consume input.
 void NHttpClientIOTarget.produceOutput(NHttpClientHandler handler)
          Triggered when the connection is ready to produce output.
 

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

Classes in org.apache.http.nio.protocol that implement NHttpClientHandler
 class AsyncNHttpClientHandler
          Deprecated. use HttpAsyncClientProtocolHandler and HttpAsyncRequestExecutor
 class BufferingHttpClientHandler
          Deprecated. use HttpAsyncClientProtocolHandler and HttpAsyncRequestExecutor
 class HttpAsyncClientProtocolHandler
           
 class ThrottlingHttpClientHandler
          Deprecated. use HttpAsyncClientProtocolHandler and HttpAsyncRequestExecutor
 



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