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

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

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

Classes in org.apache.http.impl.nio that implement NHttpClientIOTarget
 class DefaultNHttpClientConnection
          Default implementation of the NHttpClientConnection interface.
 

Methods in org.apache.http.impl.nio that return NHttpClientIOTarget
protected  NHttpClientIOTarget DefaultClientIOEventDispatch.createConnection(IOSession session)
          Deprecated. Creates an instance of DefaultNHttpClientConnection based on the given IOSession.
protected  NHttpClientIOTarget DefaultClientIODispatch.createConnection(IOSession session)
           
protected  NHttpClientIOTarget SSLClientIOEventDispatch.createConnection(IOSession session)
          Deprecated. Creates an instance of DefaultNHttpClientConnection based on the given SSL IOSession.
 NHttpClientIOTarget SSLNHttpClientConnectionFactory.createConnection(IOSession session)
           
 NHttpClientIOTarget DefaultNHttpClientConnectionFactory.createConnection(IOSession session)
           
protected  NHttpClientIOTarget SSLNHttpClientConnectionFactory.createConnection(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
           
protected  NHttpClientIOTarget DefaultNHttpClientConnectionFactory.createConnection(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
           
 

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

Constructor parameters in org.apache.http.impl.nio with type arguments of type NHttpClientIOTarget
DefaultClientIODispatch(NHttpClientHandler handler, NHttpConnectionFactory<NHttpClientIOTarget> connFactory)
          Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
 

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

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

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



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