public class ConnectorListenerType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTOR_LISTENER_NUM |
static int |
ON_BUFFER_EMPTY |
static int |
ON_BUFFER_READ_TIMEOUT |
static int |
ON_CONNECT |
static int |
ON_DISCONNECT |
static int |
ON_SENDER_EMPTY |
static int |
ON_SENDER_ERROR |
static int |
ON_SENDER_TIMEOUT |
| Constructor and Description |
|---|
ConnectorListenerType() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toString(int type)
Convert ConnectorListenerType into the string.
|
public static final int ON_BUFFER_EMPTY
public static final int ON_BUFFER_READ_TIMEOUT
public static final int ON_SENDER_EMPTY
public static final int ON_SENDER_TIMEOUT
public static final int ON_SENDER_ERROR
public static final int ON_CONNECT
public static final int ON_DISCONNECT
public static final int CONNECTOR_LISTENER_NUM