It defines no methods.
The static final fields of this interface specify the event types that may be used with SelectItem and SelectSet.
Static Public Attributes | |
static final short | READ_READY = (short)0x01 |
Event mask specifying that data can be read without blocking. | |
static final short | WRITE_READY = (short)0x02 |
Event mask specifying that data can be written without blocking. | |
static final short | ACCEPT_READY = READ_READY |
Event mask specifying that a new incoming connection is pending. | |
static final short | CONNECT_READY = WRITE_READY |
Event mask specifying that a pending outgoing connection has been established. | |
static final short | SELECT_ERROR = (short)0x80 |
Specifies that an error has occured on this SelectItem. |
|
Event mask specifying that a new incoming connection is pending.
|
|
Event mask specifying that a pending outgoing connection has been established.
|
|
Event mask specifying that data can be read without blocking.
|
|
Specifies that an error has occured on this SelectItem. Invoking the requested read, write, connect, etc. operation will throw the appropriate exception. Only valid for revents. |
|
Event mask specifying that data can be written without blocking.
|