| Package | Description |
|---|---|
| org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
| Modifier and Type | Field and Description |
|---|---|
private SessionRequestImpl |
ChannelEntry.sessionRequest |
private SessionRequestImpl |
SessionRequestHandle.sessionRequest |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Queue<SessionRequestImpl> |
DefaultConnectingIOReactor.requestQueue |
| Modifier and Type | Method and Description |
|---|---|
SessionRequestImpl |
ChannelEntry.getSessionRequest()
Returns the original session request, if available.
|
SessionRequestImpl |
SessionRequestHandle.getSessionRequest() |
| Constructor and Description |
|---|
ChannelEntry(java.nio.channels.SocketChannel channel,
SessionRequestImpl sessionRequest)
Creates new ChannelEntry.
|
SessionRequestHandle(SessionRequestImpl sessionRequest) |