Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
Modifier and Type | Method and Description |
---|---|
DefaultNHttpClientConnection |
DefaultNHttpClientConnectionFactory.createConnection(IOSession session) |
protected DefaultNHttpClientConnection |
DefaultHttpClientIODispatch.createConnection(IOSession session) |
DefaultNHttpClientConnection |
SSLNHttpClientConnectionFactory.createConnection(IOSession session) |
protected DefaultNHttpClientConnection |
DefaultNHttpClientConnectionFactory.createConnection(IOSession session,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
HttpParams params) |
protected DefaultNHttpClientConnection |
SSLNHttpClientConnectionFactory.createConnection(IOSession session,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
HttpParams params) |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
DefaultHttpClientIODispatch(NHttpClientEventHandler handler,
NHttpConnectionFactory<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-2015 The Apache Software Foundation. All Rights Reserved.