Enum Constant and Description |
---|
CHANNEL_CLOSE |
CHANNEL_DATA |
CHANNEL_EOF |
CHANNEL_EXTENDED_DATA |
CHANNEL_FAILURE |
CHANNEL_OPEN |
CHANNEL_OPEN_CONFIRMATION |
CHANNEL_OPEN_FAILURE |
CHANNEL_REQUEST |
CHANNEL_SUCCESS |
CHANNEL_WINDOW_ADJUST |
DEBUG |
DISCONNECT |
GLOBAL_REQUEST |
IGNORE |
KEX_DH_GEX_INIT |
KEX_DH_GEX_REPLY |
KEX_DH_GEX_REQUEST |
KEXDH_31
{ KEXDH_REPLY, KEXDH_GEX_GROUP, SSH_MSG_KEX_ECDH_REPLY }
|
KEXDH_INIT |
KEXINIT |
NEWKEYS |
REQUEST_FAILURE |
REQUEST_SUCCESS |
SERVICE_ACCEPT |
SERVICE_REQUEST |
UNIMPLEMENTED |
UNKNOWN |
USERAUTH_60
{ USERAUTH_PASSWD_CHANGREQ, USERAUTH_PK_OK, USERAUTH_INFO_REQUEST }
|
USERAUTH_BANNER |
USERAUTH_FAILURE |
USERAUTH_GSSAPI_EXCHANGE_COMPLETE |
USERAUTH_GSSAPI_MIC |
USERAUTH_INFO_RESPONSE |
USERAUTH_REQUEST |
USERAUTH_SUCCESS |
Modifier and Type | Method and Description |
---|---|
static Message |
fromByte(byte b) |
boolean |
geq(int num) |
boolean |
gt(int num) |
boolean |
in(int x,
int y) |
boolean |
leq(int num) |
boolean |
lt(int num) |
byte |
toByte() |
static Message |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message UNKNOWN
public static final Message DISCONNECT
public static final Message IGNORE
public static final Message UNIMPLEMENTED
public static final Message DEBUG
public static final Message SERVICE_REQUEST
public static final Message SERVICE_ACCEPT
public static final Message KEXINIT
public static final Message NEWKEYS
public static final Message KEXDH_INIT
public static final Message KEXDH_31
public static final Message KEX_DH_GEX_INIT
public static final Message KEX_DH_GEX_REPLY
public static final Message KEX_DH_GEX_REQUEST
public static final Message USERAUTH_REQUEST
public static final Message USERAUTH_FAILURE
public static final Message USERAUTH_SUCCESS
public static final Message USERAUTH_BANNER
public static final Message USERAUTH_60
public static final Message USERAUTH_INFO_RESPONSE
public static final Message USERAUTH_GSSAPI_EXCHANGE_COMPLETE
public static final Message USERAUTH_GSSAPI_MIC
public static final Message GLOBAL_REQUEST
public static final Message REQUEST_SUCCESS
public static final Message REQUEST_FAILURE
public static final Message CHANNEL_OPEN
public static final Message CHANNEL_OPEN_CONFIRMATION
public static final Message CHANNEL_OPEN_FAILURE
public static final Message CHANNEL_WINDOW_ADJUST
public static final Message CHANNEL_DATA
public static final Message CHANNEL_EXTENDED_DATA
public static final Message CHANNEL_EOF
public static final Message CHANNEL_CLOSE
public static final Message CHANNEL_REQUEST
public static final Message CHANNEL_SUCCESS
public static final Message CHANNEL_FAILURE
public static Message[] values()
for (Message c : Message.values()) System.out.println(c);
public static Message valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Message fromByte(byte b)
public boolean geq(int num)
public boolean gt(int num)
public boolean in(int x, int y)
public boolean leq(int num)
public boolean lt(int num)
public byte toByte()