Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultNHttpClientConnection.consumeInput(NHttpClientEventHandler handler) |
void |
DefaultNHttpClientConnection.produceOutput(NHttpClientEventHandler handler) |
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–2017 The Apache Software Foundation. All rights reserved.