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

Packages that use NHttpServiceHandler
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.impl.nio.ssl   
org.apache.http.nio The core HTTP components based on non-blocking I/O model (HttpCore NIO). 
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
 

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

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

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
DefaultServerIODispatch(NHttpServiceHandler handler, HttpParams params)
           
DefaultServerIODispatch(NHttpServiceHandler handler, NHttpConnectionFactory<NHttpServerIOTarget> connFactory)
           
DefaultServerIODispatch(NHttpServiceHandler handler, SSLContext sslcontext, HttpParams params)
           
DefaultServerIODispatch(NHttpServiceHandler handler, SSLContext sslcontext, SSLSetupHandler sslHandler, HttpParams params)
           
DefaultServerIOEventDispatch(NHttpServiceHandler handler, HttpParams params)
          Deprecated. Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
SSLServerIOEventDispatch(NHttpServiceHandler handler, SSLContext sslcontext, HttpParams params)
          Deprecated. Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext.
SSLServerIOEventDispatch(NHttpServiceHandler handler, SSLContext sslcontext, SSLIOSessionHandler sslHandler, HttpParams params)
          Deprecated. Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext.
 

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

Constructors in org.apache.http.impl.nio.ssl with parameters of type NHttpServiceHandler
SSLServerIOEventDispatch(NHttpServiceHandler handler, SSLContext sslcontext, HttpParams params)
          Deprecated. Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext.
SSLServerIOEventDispatch(NHttpServiceHandler handler, SSLContext sslcontext, SSLSetupHandler sslHandler, HttpParams params)
          Deprecated. Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext.
 

Uses of NHttpServiceHandler in org.apache.http.nio
 

Methods in org.apache.http.nio with parameters of type NHttpServiceHandler
 void NHttpServerIOTarget.consumeInput(NHttpServiceHandler handler)
          Triggered when the connection is ready to consume input.
 void NHttpServerIOTarget.produceOutput(NHttpServiceHandler handler)
          Triggered when the connection is ready to produce output.
 

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

Classes in org.apache.http.nio.protocol that implement NHttpServiceHandler
 class AsyncNHttpServiceHandler
          Deprecated. use HttpAsyncServiceHandler
 class BufferingHttpServiceHandler
          Deprecated. use HttpAsyncServiceHandler
 class HttpAsyncServiceHandler
           
 class ThrottlingHttpServiceHandler
          Deprecated. use HttpAsyncServiceHandler
 



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