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