public enum NettyNetworkChannelEvent extends Enum<NettyNetworkChannelEvent>
AsyncNettyNetworkChannel.| Enum Constant and Description |
|---|
BIND |
BOUND |
CLOSE |
CLOSED |
CONNECT |
CONNECTED |
DISCONNECT |
DISCONNECTED |
OPEN |
OPENED |
| Modifier and Type | Method and Description |
|---|---|
static NettyNetworkChannelEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NettyNetworkChannelEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NettyNetworkChannelEvent OPEN
public static final NettyNetworkChannelEvent OPENED
public static final NettyNetworkChannelEvent BIND
public static final NettyNetworkChannelEvent BOUND
public static final NettyNetworkChannelEvent CONNECT
public static final NettyNetworkChannelEvent CONNECTED
public static final NettyNetworkChannelEvent DISCONNECT
public static final NettyNetworkChannelEvent DISCONNECTED
public static final NettyNetworkChannelEvent CLOSE
public static final NettyNetworkChannelEvent CLOSED
public static NettyNetworkChannelEvent[] values()
for (NettyNetworkChannelEvent c : NettyNetworkChannelEvent.values()) System.out.println(c);
public static NettyNetworkChannelEvent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 TeleStax, Inc.. All Rights Reserved.