Uses of Class
org.apache.http.impl.nio.DefaultNHttpClientConnection
-
Packages that use DefaultNHttpClientConnection Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication. -
-
Uses of DefaultNHttpClientConnection in org.apache.http.impl.nio
Fields in org.apache.http.impl.nio with type parameters of type DefaultNHttpClientConnection Modifier and Type Field Description private NHttpConnectionFactory<? extends DefaultNHttpClientConnection>DefaultHttpClientIODispatch. connectionFactoryMethods in org.apache.http.impl.nio that return DefaultNHttpClientConnection Modifier and Type Method Description protected DefaultNHttpClientConnectionDefaultHttpClientIODispatch. createConnection(IOSession session)DefaultNHttpClientConnectionDefaultNHttpClientConnectionFactory. createConnection(IOSession session)protected DefaultNHttpClientConnectionDefaultNHttpClientConnectionFactory. createConnection(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)Deprecated.(4.3) no longer used.DefaultNHttpClientConnectionSSLNHttpClientConnectionFactory. createConnection(IOSession ioSession)protected DefaultNHttpClientConnectionSSLNHttpClientConnectionFactory. 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected voidDefaultHttpClientIODispatch. onClosed(DefaultNHttpClientConnection conn)protected voidDefaultHttpClientIODispatch. onConnected(DefaultNHttpClientConnection conn)protected voidDefaultHttpClientIODispatch. onException(DefaultNHttpClientConnection conn, java.io.IOException ex)protected voidDefaultHttpClientIODispatch. onInputReady(DefaultNHttpClientConnection conn)protected voidDefaultHttpClientIODispatch. onOutputReady(DefaultNHttpClientConnection conn)protected voidDefaultHttpClientIODispatch. onTimeout(DefaultNHttpClientConnection conn)Constructor parameters in org.apache.http.impl.nio with type arguments of type DefaultNHttpClientConnection Constructor Description 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.
-