java.lang.ObjectBase implementation class for selection keys.java.nio.channels.SelectionKey
java.nio.channels.spi.AbstractSelectionKey
This class tracks the validity of the key and implements cancellation.
Mark - ReinholdJSR-51 - Expert Group1.4 - | Fields inherited from java.nio.channels.SelectionKey: |
|---|
| OP_READ, OP_WRITE, OP_CONNECT, OP_ACCEPT |
| Constructor: |
|---|
|
| Method from java.nio.channels.spi.AbstractSelectionKey Summary: |
|---|
| cancel, invalidate, isValid |
| Methods from java.nio.channels.SelectionKey: |
|---|
| attach, attachment, cancel, channel, interestOps, interestOps, isAcceptable, isConnectable, isReadable, isValid, isWritable, readyOps, selector |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.nio.channels.spi.AbstractSelectionKey Detail: |
|---|
If this key has not yet been cancelled then it is added to its selector's cancelled-key set while synchronized on that set. |
|
|