Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.nio.protocol |
Asynchronous HTTP protocol handlers based on the non-blocking I/O model.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultNHttpClientConnection.consumeInput(NHttpClientEventHandler handler) |
void |
DefaultNHttpClientConnection.produceOutput(NHttpClientEventHandler handler) |
Constructor and Description |
---|
DefaultHttpClientIODispatch(NHttpClientEventHandler handler,
HttpParams params) |
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.
|
DefaultHttpClientIODispatch(NHttpClientEventHandler handler,
SSLContext sslcontext,
HttpParams params) |
DefaultHttpClientIODispatch(NHttpClientEventHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params) |
Modifier and Type | Class and Description |
---|---|
class |
HttpAsyncRequestExecutor
HttpAsyncRequestExecutor is a fully asynchronous HTTP client side
protocol handler based on the NIO (non-blocking) I/O model.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.