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 ThrottlingHttpClientHandler
          Deprecated. Use AsyncNHttpClientHandler
 class ThrottlingHttpServiceHandler
          Deprecated. Use AsyncNHttpServiceHandler
 



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