public static enum SshConstants.Message extends Enum<SshConstants.Message>
Modifier and Type | Method and Description |
---|---|
static SshConstants.Message |
fromByte(byte b) |
byte |
toByte() |
static SshConstants.Message |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SshConstants.Message[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SshConstants.Message SSH_MSG_DISCONNECT
public static final SshConstants.Message SSH_MSG_IGNORE
public static final SshConstants.Message SSH_MSG_UNIMPLEMENTED
public static final SshConstants.Message SSH_MSG_DEBUG
public static final SshConstants.Message SSH_MSG_SERVICE_REQUEST
public static final SshConstants.Message SSH_MSG_SERVICE_ACCEPT
public static final SshConstants.Message SSH_MSG_KEXINIT
public static final SshConstants.Message SSH_MSG_NEWKEYS
public static final SshConstants.Message SSH_MSG_KEXDH_INIT
public static final SshConstants.Message SSH_MSG_KEXDH_REPLY_KEX_DH_GEX_GROUP
public static final SshConstants.Message SSH_MSG_KEX_DH_GEX_INIT
public static final SshConstants.Message SSH_MSG_KEX_DH_GEX_REPLY
public static final SshConstants.Message SSH_MSG_KEX_DH_GEX_REQUEST
public static final SshConstants.Message SSH_MSG_USERAUTH_REQUEST
public static final SshConstants.Message SSH_MSG_USERAUTH_FAILURE
public static final SshConstants.Message SSH_MSG_USERAUTH_SUCCESS
public static final SshConstants.Message SSH_MSG_USERAUTH_BANNER
public static final SshConstants.Message SSH_MSG_USERAUTH_INFO_REQUEST
public static final SshConstants.Message SSH_MSG_USERAUTH_INFO_RESPONSE
public static final SshConstants.Message SSH_MSG_USERAUTH_PK_OK
public static final SshConstants.Message SSH_MSG_GLOBAL_REQUEST
public static final SshConstants.Message SSH_MSG_REQUEST_SUCCESS
public static final SshConstants.Message SSH_MSG_REQUEST_FAILURE
public static final SshConstants.Message SSH_MSG_USERAUTH_GSSAPI_MIC
public static final SshConstants.Message SSH_MSG_CHANNEL_OPEN
public static final SshConstants.Message SSH_MSG_CHANNEL_OPEN_CONFIRMATION
public static final SshConstants.Message SSH_MSG_CHANNEL_OPEN_FAILURE
public static final SshConstants.Message SSH_MSG_CHANNEL_WINDOW_ADJUST
public static final SshConstants.Message SSH_MSG_CHANNEL_DATA
public static final SshConstants.Message SSH_MSG_CHANNEL_EXTENDED_DATA
public static final SshConstants.Message SSH_MSG_CHANNEL_EOF
public static final SshConstants.Message SSH_MSG_CHANNEL_CLOSE
public static final SshConstants.Message SSH_MSG_CHANNEL_REQUEST
public static final SshConstants.Message SSH_MSG_CHANNEL_SUCCESS
public static final SshConstants.Message SSH_MSG_CHANNEL_FAILURE
public static SshConstants.Message[] values()
for (SshConstants.Message c : SshConstants.Message.values()) System.out.println(c);
public static SshConstants.Message 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 nullpublic byte toByte()
public static SshConstants.Message fromByte(byte b)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.