Uses of Class
org.apache.http.impl.nio.reactor.InterestOpEntry
Packages that use InterestOpEntry
Package
Description
Default implementation of event driven network communication APIs
based on Java NIO.
-
Uses of InterestOpEntry in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor with type parameters of type InterestOpEntryModifier and TypeFieldDescriptionprivate final Queue
<InterestOpEntry> AbstractIOReactor.interestOpsQueue
Methods in org.apache.http.impl.nio.reactor with parameters of type InterestOpEntryModifier and TypeMethodDescriptionvoid
InterestOpsCallback.addInterestOps
(InterestOpEntry entry) private boolean
AbstractIOReactor.queueInterestOps
(InterestOpEntry entry)