org.apache.http.impl.nio.reactor
Class InterestOpEntry
java.lang.Object
org.apache.http.impl.nio.reactor.InterestOpEntry
public class InterestOpEntry
- extends Object
Helper class, representing an entry on an interestOps(int)
queue.
- Since:
- 4.1
InterestOpEntry
public InterestOpEntry(SelectionKey key,
int eventMask)
getSelectionKey
public SelectionKey getSelectionKey()
getEventMask
public int getEventMask()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.