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

Packages that use NHttpHandlerBase
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
 

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

Subclasses of NHttpHandlerBase in org.apache.http.nio.protocol
 class AsyncNHttpClientHandler
          Fully asynchronous HTTP client side protocol handler that implements the essential requirements of the HTTP protocol for the server side message processing as described by RFC 2616.
 class AsyncNHttpServiceHandler
          Fully asynchronous HTTP server side protocol handler implementation that implements the essential requirements of the HTTP protocol for the server side message processing as described by RFC 2616.
 class NHttpClientHandlerBase
          Deprecated. No longer used.
 class NHttpServiceHandlerBase
          Deprecated. No longer used.
 class ThrottlingHttpClientHandler
          Client protocol handler implementation that provide compatibility with the blocking I/O by utilizing shared content buffers and a fairly small pool of worker threads.
 class ThrottlingHttpServiceHandler
          Service protocol handler implementation that provide compatibility with the blocking I/O by utilizing shared content buffers and a fairly small pool of worker threads.
 



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