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

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

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

Fields in org.apache.http.impl.nio declared as NHttpServiceHandler
protected  NHttpServiceHandler DefaultServerIOEventDispatch.handler
           
protected  NHttpServiceHandler SSLServerIOEventDispatch.handler
           
 

Methods in org.apache.http.impl.nio with parameters of type NHttpServiceHandler
 void DefaultNHttpServerConnection.consumeInput(NHttpServiceHandler handler)
           
 void DefaultNHttpServerConnection.produceOutput(NHttpServiceHandler handler)
           
 

Constructors in org.apache.http.impl.nio with parameters of type NHttpServiceHandler
DefaultServerIOEventDispatch(NHttpServiceHandler handler, org.apache.http.params.HttpParams params)
           
SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.SSLContext sslcontext, org.apache.http.params.HttpParams params)
           
SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.SSLContext sslcontext, SSLIOSessionHandler sslHandler, org.apache.http.params.HttpParams params)
           
 

Uses of NHttpServiceHandler in org.apache.http.nio
 

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

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

Classes in org.apache.http.nio.protocol that implement NHttpServiceHandler
 class AsyncNHttpServiceHandler
          HTTP service handler implementation that works with ConsumingNHttpEntity and ProducingNHttpEntity.
 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 NHttpServiceHandlerBase
          Deprecated. 
 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.