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. callbackprivate java.util.Queue<ChannelEntry>SingleCoreIOReactor. channelQueueMethods in org.apache.hc.core5.reactor with parameters of type ChannelEntry Modifier and Type Method Description private voidDefaultListeningIOReactor. enqueueChannel(ChannelEntry entry)(package private) voidSingleCoreIOReactor. enqueueChannel(ChannelEntry entry)
-