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

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

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

Subclasses of NHttpServiceHandlerBase in org.apache.http.nio.protocol
 class BufferingHttpServiceHandler
          HTTP service handler implementation that buffers the content of HTTP messages entirely in memory and processes HTTP requests on the main I/O thread.
 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-2009 Apache Software Foundation. All Rights Reserved.