Package org.apache.http.impl.nio.reactor
Interface InterestOpsCallback
-
interface InterestOpsCallback
Callback 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 void
addInterestOps(InterestOpEntry entry)
-
-
-
Method Detail
-
addInterestOps
void addInterestOps(InterestOpEntry entry)
-
-