Uses of Class
org.apache.http.impl.nio.reactor.ChannelEntry
Packages that use ChannelEntry
Package
Description
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 ChannelEntryMethods in org.apache.http.impl.nio.reactor with parameters of type ChannelEntryModifier and TypeMethodDescriptionvoid
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.