Class InterestOpEntry

java.lang.Object
org.apache.http.impl.nio.reactor.InterestOpEntry

class InterestOpEntry extends Object
Helper class, representing an entry on an interestOps(int) queue.
Since:
4.1
  • Field Details

    • key

      private final SelectionKey key
    • eventMask

      private final int eventMask
  • Constructor Details

    • InterestOpEntry

      public InterestOpEntry(SelectionKey key, int eventMask)
  • Method Details

    • 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