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

Packages that use NHttpClientHandler
org.apache.http.impl.nio   
org.apache.http.nio   
org.apache.http.nio.protocol   
 

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

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

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, org.apache.http.params.HttpParams params)
           
SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslcontext, org.apache.http.params.HttpParams params)
           
SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslcontext, SSLIOSessionHandler sslHandler, org.apache.http.params.HttpParams params)
           
 

Uses of NHttpClientHandler in org.apache.http.nio
 

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

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

Classes in org.apache.http.nio.protocol that implement NHttpClientHandler
 class AsyncNHttpClientHandler
          HTTP client handler implementation that asynchronously reads & writes out the content of messages.
 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
          Deprecated. 
 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-2008 Apache Software Foundation. All Rights Reserved.