Package org.apache.http.impl.nio.reactor
Interface InterestOpsCallback
-
interface InterestOpsCallbackCallback interface used internally by I/O session implementations to delegate execution of aSelectionKey.interestOps(int)operation to the I/O reactor.- Since:
- 4.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddInterestOps(InterestOpEntry entry)
-
-
-
Method Detail
-
addInterestOps
void addInterestOps(InterestOpEntry entry)
-
-