Field Summary |
|
final public static short | ACCEPT_READY Event mask specifying that a new incoming connection is pending. |
final public static short | CONNECT_READY Event mask specifying that a pending outgoing connection has
been established. |
final public static short | READ_READY Event mask specifying that data can be read without blocking. |
final public static short | SELECT_ERROR Specifies that an error has occured on this SelectItem.
Invoking the requested read, write, connect, etc. |
final public static short | WRITE_READY Event mask specifying that data can be written without blocking. |