Uses of Class
org.apache.http.nio.protocol.NHttpHandlerBase

Packages that use NHttpHandlerBase
org.apache.http.nio.protocol   
 

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

Subclasses of NHttpHandlerBase in org.apache.http.nio.protocol
 class AsyncNHttpClientHandler
          HTTP client handler implementation that asynchronously reads & writes out the content of messages.
 class AsyncNHttpServiceHandler
          HTTP service handler implementation that works with ConsumingNHttpEntity and ProducingNHttpEntity.
 class NHttpClientHandlerBase
          Deprecated. 
 class NHttpServiceHandlerBase
          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.
 class ThrottlingHttpServiceHandler
          HTTP service 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.