| 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 SessionClosedCallback |
IOSessionImpl.sessionClosedCallback |
| Constructor and Description |
|---|
IOSessionImpl(java.nio.channels.SelectionKey key,
InterestOpsCallback interestOpsCallback,
SessionClosedCallback sessionClosedCallback)
Creates new instance of IOSessionImpl.
|
IOSessionImpl(java.nio.channels.SelectionKey key,
SessionClosedCallback sessionClosedCallback)
Creates new instance of IOSessionImpl.
|