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 java.util.Queue<ChannelEntry> |
AbstractIOReactor.newChannels |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIOReactor.addChannel(ChannelEntry channelEntry)
Adds new channel entry.
|
protected void |
AbstractMultiworkerIOReactor.addChannel(ChannelEntry entry)
Assigns the given channel entry to one of the worker I/O reactors.
|