Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.impl.nio.ssl | |
org.apache.http.nio |
The core HTTP components based on non-blocking I/O model (HttpCore NIO).
|
org.apache.http.nio.protocol |
Non-blocking HTTP protocol execution framework.
|
Modifier and Type | Field and Description |
---|---|
protected NHttpClientHandler |
SSLClientIOEventDispatch.handler
Deprecated.
|
protected NHttpClientHandler |
DefaultClientIOEventDispatch.handler |
Modifier and Type | Method and Description |
---|---|
void |
DefaultNHttpClientConnection.consumeInput(NHttpClientHandler handler) |
void |
DefaultNHttpClientConnection.produceOutput(NHttpClientHandler handler) |
Constructor and Description |
---|
DefaultClientIOEventDispatch(NHttpClientHandler handler,
HttpParams params)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler.
|
SSLClientIOEventDispatch(NHttpClientHandler handler,
SSLContext sslcontext,
HttpParams params)
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext . |
SSLClientIOEventDispatch(NHttpClientHandler handler,
SSLContext sslcontext,
SSLIOSessionHandler sslHandler,
HttpParams params)
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext . |
Constructor and Description |
---|
SSLClientIOEventDispatch(NHttpClientHandler handler,
SSLContext sslcontext,
HttpParams params)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext . |
SSLClientIOEventDispatch(NHttpClientHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext . |
Modifier and Type | Method and Description |
---|---|
void |
NHttpClientIOTarget.consumeInput(NHttpClientHandler handler)
Triggered when the connection is ready to consume input.
|
void |
NHttpClientIOTarget.produceOutput(NHttpClientHandler handler)
Triggered when the connection is ready to produce output.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncNHttpClientHandler
Fully asynchronous HTTP client side protocol handler that implements the
essential requirements of the HTTP protocol for the server side message
processing as described by RFC 2616.
|
class |
BufferingHttpClientHandler
Client protocol handler implementation that provides compatibility with the
blocking I/O by storing the full content of HTTP messages in memory.
|
class |
NHttpClientHandlerBase
Deprecated.
No longer used.
|
class |
ThrottlingHttpClientHandler
Client protocol handler implementation that provide compatibility with
the blocking I/O by utilizing shared content buffers and a fairly small pool
of worker threads.
|
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.