| Package | Description |
|---|---|
| org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
| org.apache.http.nio.pool |
Client side connection pools APIs for asynchronous, event driven
communication.
|
| org.apache.http.nio.reactor |
Event driven network communication APIs loosely based on
Doug Lea's
reactor pattern.
|
| Modifier and Type | Field and Description |
|---|---|
private SessionRequestCallback |
SessionRequestImpl.callback |
| Modifier and Type | Method and Description |
|---|---|
SessionRequest |
DefaultConnectingIOReactor.connect(java.net.SocketAddress remoteAddress,
java.net.SocketAddress localAddress,
java.lang.Object attachment,
SessionRequestCallback callback) |
| Constructor and Description |
|---|
SessionRequestImpl(java.net.SocketAddress remoteAddress,
java.net.SocketAddress localAddress,
java.lang.Object attachment,
SessionRequestCallback callback) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractNIOConnPool.InternalSessionRequestCallback |
| Modifier and Type | Field and Description |
|---|---|
private SessionRequestCallback |
AbstractNIOConnPool.sessionRequestCallback |
| Modifier and Type | Method and Description |
|---|---|
SessionRequest |
ConnectingIOReactor.connect(java.net.SocketAddress remoteAddress,
java.net.SocketAddress localAddress,
java.lang.Object attachment,
SessionRequestCallback callback)
Requests a connection to a remote host.
|