Uses of Class
org.apache.hc.core5.reactor.ChannelEntry
-
Packages that use ChannelEntry Package Description org.apache.hc.core5.reactor 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 ChannelEntry Modifier and Type Field Description private Callback<ChannelEntry>
SingleCoreListeningIOReactor. callback
private java.util.Queue<ChannelEntry>
SingleCoreIOReactor. channelQueue
Methods in org.apache.hc.core5.reactor with parameters of type ChannelEntry Modifier and Type Method Description private void
DefaultListeningIOReactor. enqueueChannel(ChannelEntry entry)
(package private) void
SingleCoreIOReactor. enqueueChannel(ChannelEntry entry)
-