Uses of Class
org.apache.hc.core5.reactor.ChannelEntry
Packages that use ChannelEntry
Package
Description
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
-
Uses of ChannelEntry in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor with type parameters of type ChannelEntryModifier and TypeFieldDescriptionprivate final Callback<ChannelEntry> SingleCoreListeningIOReactor.callbackprivate final Queue<ChannelEntry> SingleCoreIOReactor.channelQueueMethods in org.apache.hc.core5.reactor with parameters of type ChannelEntryModifier and TypeMethodDescriptionprivate voidDefaultListeningIOReactor.enqueueChannel(ChannelEntry entry) (package private) voidSingleCoreIOReactor.enqueueChannel(ChannelEntry entry)