Uses of Class
org.apache.http.impl.nio.DefaultNHttpClientConnection

Packages that use DefaultNHttpClientConnection
org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication. 
 

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

Methods in org.apache.http.impl.nio that return DefaultNHttpClientConnection
 DefaultNHttpClientConnection DefaultNHttpClientConnectionFactory.createConnection(IOSession session)
           
 DefaultNHttpClientConnection SSLNHttpClientConnectionFactory.createConnection(IOSession ioSession)
           
protected  DefaultNHttpClientConnection DefaultHttpClientIODispatch.createConnection(IOSession session)
           
protected  DefaultNHttpClientConnection DefaultNHttpClientConnectionFactory.createConnection(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
          Deprecated. (4.3) no longer used.
protected  DefaultNHttpClientConnection SSLNHttpClientConnectionFactory.createConnection(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
          Deprecated. (4.3) no longer used.
 

Methods in org.apache.http.impl.nio that return types with arguments of type DefaultNHttpClientConnection
 NHttpConnectionFactory<? extends DefaultNHttpClientConnection> DefaultHttpClientIODispatch.getConnectionFactory()
          Gets the connection factory used to construct this dispatch.
 

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

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



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.