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

Packages that use NHttpClientHandler
org.apache.http.impl.nio   
org.apache.http.impl.nio.reactor NIO based implementations of HttpCore interfaces. 
org.apache.http.nio.protocol   
 

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

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
DefaultClientIOEventDispatch(NHttpClientHandler handler, ByteBufferAllocator allocator, HttpParams params)
           
DefaultClientIOEventDispatch(NHttpClientHandler handler, HttpParams params)
           
 

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

Constructors in org.apache.http.impl.nio.reactor with parameters of type NHttpClientHandler
SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslcontext, HttpParams params)
           
SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslcontext, SSLIOSessionHandler sslHandler, ByteBufferAllocator allocator, HttpParams params)
           
 

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

Classes in org.apache.http.nio.protocol that implement NHttpClientHandler
 class BufferingHttpClientHandler
          HTTP client handler implementation that buffers the content of HTTP messages entirely in memory and executes HTTP requests on the main I/O thread.
 class NHttpClientHandlerBase
           
 class ThrottlingHttpClientHandler
          HTTP client handler implementation that allocates content buffers of limited size upon initialization and is capable of controlling the frequency of I/O events in order to guarantee those content buffers do not ever get overflown.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.