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.callback
private final Queue
<ChannelEntry> SingleCoreIOReactor.channelQueue
Methods in org.apache.hc.core5.reactor with parameters of type ChannelEntryModifier and TypeMethodDescriptionprivate void
DefaultListeningIOReactor.enqueueChannel
(ChannelEntry entry) (package private) void
SingleCoreIOReactor.enqueueChannel
(ChannelEntry entry)