Uses of Class
org.apache.http.impl.nio.reactor.ChannelEntry
-
Packages that use ChannelEntry Package Description org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO. -
-
Uses of ChannelEntry in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor with type parameters of type ChannelEntry Modifier and Type Field Description private java.util.Queue<ChannelEntry>
AbstractIOReactor. newChannels
Methods in org.apache.http.impl.nio.reactor with parameters of type ChannelEntry Modifier and Type Method 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.
-