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.interestOpsQueueMethods in org.apache.http.impl.nio.reactor with parameters of type InterestOpEntryModifier and TypeMethodDescriptionvoidInterestOpsCallback.addInterestOps(InterestOpEntry entry) private booleanAbstractIOReactor.queueInterestOps(InterestOpEntry entry)