Package org.apache.http.impl.nio.reactor
Class InterestOpEntry
- java.lang.Object
-
- org.apache.http.impl.nio.reactor.InterestOpEntry
-
class InterestOpEntry extends java.lang.Object
Helper 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 boolean
equals(java.lang.Object obj)
int
getEventMask()
java.nio.channels.SelectionKey
getSelectionKey()
int
hashCode()
-