Package org.apache.http.impl.nio.reactor
Class InterestOpEntry
- java.lang.Object
-
- org.apache.http.impl.nio.reactor.InterestOpEntry
-
class InterestOpEntry extends java.lang.ObjectHelper class, representing an entry on aninterestOps(int)queue.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description InterestOpEntry(java.nio.channels.SelectionKey key, int eventMask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetEventMask()java.nio.channels.SelectionKeygetSelectionKey()inthashCode()
-