Uses of Interface
org.apache.http.impl.nio.reactor.InterestOpsCallback
Packages that use InterestOpsCallback
Package
Description
Default implementation of event driven network communication APIs
based on Java NIO.
-
Uses of InterestOpsCallback in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor declared as InterestOpsCallbackModifier and TypeFieldDescriptionprivate final InterestOpsCallback
IOSessionImpl.interestOpsCallback
Constructors in org.apache.http.impl.nio.reactor with parameters of type InterestOpsCallbackModifierConstructorDescriptionIOSessionImpl
(SelectionKey key, InterestOpsCallback interestOpsCallback, SessionClosedCallback sessionClosedCallback) Creates new instance of IOSessionImpl.