Uses of Class
org.apache.http.impl.nio.reactor.InterestOpEntry
-
Packages that use InterestOpEntry Package Description org.apache.http.impl.nio.reactor 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 InterestOpEntry Modifier and Type Field Description private java.util.Queue<InterestOpEntry>
AbstractIOReactor. interestOpsQueue
Methods in org.apache.http.impl.nio.reactor with parameters of type InterestOpEntry Modifier and Type Method Description void
InterestOpsCallback. addInterestOps(InterestOpEntry entry)
private boolean
AbstractIOReactor. queueInterestOps(InterestOpEntry entry)
-