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

Packages that use NHttpServerIOTarget
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.impl.nio.ssl   
 

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

Classes in org.apache.http.impl.nio that implement NHttpServerIOTarget
 class DefaultNHttpServerConnection
          Default implementation of the NHttpServerConnection interface.
 

Methods in org.apache.http.impl.nio that return NHttpServerIOTarget
protected  NHttpServerIOTarget DefaultServerIODispatch.createConnection(IOSession session)
           
protected  NHttpServerIOTarget DefaultServerIOEventDispatch.createConnection(IOSession session)
          Deprecated. Creates an instance of DefaultNHttpServerConnection based on the given IOSession.
 NHttpServerIOTarget DefaultNHttpServerConnectionFactory.createConnection(IOSession session)
           
protected  NHttpServerIOTarget SSLServerIOEventDispatch.createConnection(IOSession session)
          Deprecated. Creates an instance of DefaultNHttpServerConnection based on the given IOSession.
 NHttpServerIOTarget SSLNHttpServerConnectionFactory.createConnection(IOSession session)
           
protected  NHttpServerIOTarget DefaultNHttpServerConnectionFactory.createConnection(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
           
protected  NHttpServerIOTarget SSLNHttpServerConnectionFactory.createConnection(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
           
 

Methods in org.apache.http.impl.nio with parameters of type NHttpServerIOTarget
protected  void DefaultServerIODispatch.onClosed(NHttpServerIOTarget conn)
           
protected  void DefaultServerIOEventDispatch.onClosed(NHttpServerIOTarget conn)
          Deprecated.  
protected  void DefaultServerIODispatch.onConnected(NHttpServerIOTarget conn)
           
protected  void DefaultServerIOEventDispatch.onConnected(NHttpServerIOTarget conn)
          Deprecated.  
protected  void DefaultServerIODispatch.onException(NHttpServerIOTarget conn, IOException ex)
           
protected  void DefaultServerIOEventDispatch.onException(NHttpServerIOTarget conn, IOException ex)
          Deprecated.  
protected  void DefaultServerIODispatch.onInputReady(NHttpServerIOTarget conn)
           
protected  void DefaultServerIOEventDispatch.onInputReady(NHttpServerIOTarget conn)
          Deprecated.  
protected  void DefaultServerIODispatch.onOutputReady(NHttpServerIOTarget conn)
           
protected  void DefaultServerIOEventDispatch.onOutputReady(NHttpServerIOTarget conn)
          Deprecated.  
protected  void DefaultServerIODispatch.onTimeout(NHttpServerIOTarget conn)
           
protected  void DefaultServerIOEventDispatch.onTimeout(NHttpServerIOTarget conn)
          Deprecated.  
 

Constructor parameters in org.apache.http.impl.nio with type arguments of type NHttpServerIOTarget
DefaultServerIODispatch(NHttpServiceHandler handler, NHttpConnectionFactory<NHttpServerIOTarget> connFactory)
           
 

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

Methods in org.apache.http.impl.nio.ssl that return NHttpServerIOTarget
protected  NHttpServerIOTarget SSLServerIOEventDispatch.createConnection(IOSession session)
          Deprecated.  
protected  NHttpServerIOTarget SSLServerIOEventDispatch.createSSLConnection(SSLIOSession ssliosession)
          Deprecated.  
 

Methods in org.apache.http.impl.nio.ssl with parameters of type NHttpServerIOTarget
 void SSLServerIOEventDispatch.onConnected(NHttpServerIOTarget conn)
          Deprecated.  
 



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