public class Packets extends Object
Constructor and Description |
---|
Packets() |
public static final int SSH_MSG_DISCONNECT
public static final int SSH_MSG_IGNORE
public static final int SSH_MSG_UNIMPLEMENTED
public static final int SSH_MSG_DEBUG
public static final int SSH_MSG_SERVICE_REQUEST
public static final int SSH_MSG_SERVICE_ACCEPT
public static final int SSH_MSG_KEXINIT
public static final int SSH_MSG_NEWKEYS
public static final int SSH_MSG_KEXDH_INIT
public static final int SSH_MSG_KEXDH_REPLY
public static final int SSH_MSG_KEX_DH_GEX_REQUEST_OLD
public static final int SSH_MSG_KEX_DH_GEX_REQUEST
public static final int SSH_MSG_KEX_DH_GEX_GROUP
public static final int SSH_MSG_KEX_DH_GEX_INIT
public static final int SSH_MSG_KEX_DH_GEX_REPLY
public static final int SSH_MSG_USERAUTH_REQUEST
public static final int SSH_MSG_USERAUTH_FAILURE
public static final int SSH_MSG_USERAUTH_SUCCESS
public static final int SSH_MSG_USERAUTH_BANNER
public static final int SSH_MSG_USERAUTH_INFO_REQUEST
public static final int SSH_MSG_USERAUTH_INFO_RESPONSE
public static final int SSH_MSG_GLOBAL_REQUEST
public static final int SSH_MSG_REQUEST_SUCCESS
public static final int SSH_MSG_REQUEST_FAILURE
public static final int SSH_MSG_CHANNEL_OPEN
public static final int SSH_MSG_CHANNEL_OPEN_CONFIRMATION
public static final int SSH_MSG_CHANNEL_OPEN_FAILURE
public static final int SSH_MSG_CHANNEL_WINDOW_ADJUST
public static final int SSH_MSG_CHANNEL_DATA
public static final int SSH_MSG_CHANNEL_EXTENDED_DATA
public static final int SSH_MSG_CHANNEL_EOF
public static final int SSH_MSG_CHANNEL_CLOSE
public static final int SSH_MSG_CHANNEL_REQUEST
public static final int SSH_MSG_CHANNEL_SUCCESS
public static final int SSH_MSG_CHANNEL_FAILURE
public static final int SSH_EXTENDED_DATA_STDERR
public static final int SSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT
public static final int SSH_DISCONNECT_PROTOCOL_ERROR
public static final int SSH_DISCONNECT_KEY_EXCHANGE_FAILED
public static final int SSH_DISCONNECT_RESERVED
public static final int SSH_DISCONNECT_MAC_ERROR
public static final int SSH_DISCONNECT_COMPRESSION_ERROR
public static final int SSH_DISCONNECT_SERVICE_NOT_AVAILABLE
public static final int SSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED
public static final int SSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLE
public static final int SSH_DISCONNECT_CONNECTION_LOST
public static final int SSH_DISCONNECT_BY_APPLICATION
public static final int SSH_DISCONNECT_TOO_MANY_CONNECTIONS
public static final int SSH_DISCONNECT_AUTH_CANCELLED_BY_USER
public static final int SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE
public static final int SSH_DISCONNECT_ILLEGAL_USER_NAME
public static final int SSH_OPEN_ADMINISTRATIVELY_PROHIBITED
public static final int SSH_OPEN_CONNECT_FAILED
public static final int SSH_OPEN_UNKNOWN_CHANNEL_TYPE
public static final int SSH_OPEN_RESOURCE_SHORTAGE
public static final String getMessageName(int type)
Copyright © 2014. All Rights Reserved.