|
|||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Selectable is an interface which represents an object (such as a socket or file descriptor) which may be used with the SelectItem and SelectSet classes. It defines no methods. The static final fields of this interface specify the event types that may be used with SelectItem and SelectSet.
フィールドの概要 | |
static short |
ACCEPT_READY
Event mask specifying that a new incoming connection is pending. |
static short |
CONNECT_READY
Event mask specifying that a pending outgoing connection has been established. |
static short |
READ_READY
Event mask specifying that data can be read without blocking. |
static short |
SELECT_ERROR
Specifies that an error has occured on this SelectItem. |
static short |
WRITE_READY
Event mask specifying that data can be written without blocking. |
フィールドの詳細 |
public static final short READ_READY
public static final short WRITE_READY
public static final short ACCEPT_READY
public static final short CONNECT_READY
public static final short SELECT_ERROR
|
|||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |