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
Methods in org.apache.http.impl.nio.reactor with parameters of type ChannelEntryModifier and TypeMethodDescriptionvoidAbstractIOReactor.addChannel(ChannelEntry channelEntry) Adds new channel entry.protected voidAbstractMultiworkerIOReactor.addChannel(ChannelEntry entry) Assigns the given channel entry to one of the worker I/O reactors.