org.apache.http.impl.nio.reactor
Class InterestOpEntry

java.lang.Object
  extended by 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

Constructor Summary
InterestOpEntry(SelectionKey key, int eventMask)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getEventMask()
           
 SelectionKey getSelectionKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterestOpEntry

public InterestOpEntry(SelectionKey key,
                       int eventMask)
Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.