public interface TransportProtocolSpecification
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_CANCELLED_BY_USER
Disconnect reason: Authentication was cancelled
|
static int |
BY_APPLICATION
Disconnect reason: The application disconnected
|
static int |
COMPRESSION_ERROR
Disconnect reason: A compression error occurred
|
static int |
CONNECTED
Protocol state: The transport protocol is connected and services can be
started or may already be active.
|
static int |
CONNECTION_LOST
Disconnect reason: The connection was lost
|
static int |
DISCONNECTED
Protocol state: The transport protocol has disconnected.
|
static int |
HOST_KEY_NOT_VERIFIABLE
Disconnect reason: The host key supplied could not be verified
|
static int |
HOST_NOT_ALLOWED
Disconnect reason: The host is not allowed
|
static int |
ILLEGAL_USER_NAME
Disconnect reason: The user's name is illegal
|
static int |
KEY_EXCHANGE_FAILED
Disconnect reason: Key exchange failed
|
static int |
MAC_ERROR
Disconnect reason: An error occurred verifying the MAC
|
static int |
NEGOTIATING_PROTOCOL
Protocol state: Negotation of the protocol version
|
static int |
NO_MORE_AUTH_METHODS_AVAILABLE
Disconnect reason: No more authentication methods are available
|
static int |
PERFORMING_KEYEXCHANGE
Protocol state: The protocol is performing key exchange
|
static int |
PROTOCOL_ERROR
Disconnect reason: A protocol error occurred
|
static int |
PROTOCOL_VERSION_NOT_SUPPORTED
Disconnect reason: The protocol version is not supported
|
static int |
RESERVED
Disconnect reason: Reserved
|
static int |
SERVICE_NOT_AVAILABLE
Disconnect reason: The requested service is not available
|
static int |
SSH_MSG_DEBUG |
static int |
SSH_MSG_DISCONNECT |
static int |
SSH_MSG_IGNORE |
static int |
SSH_MSG_KEX_INIT |
static int |
SSH_MSG_NEWKEYS |
static int |
SSH_MSG_SERVICE_ACCEPT |
static int |
SSH_MSG_SERVICE_REQUEST |
static int |
SSH_MSG_UNIMPLEMENTED |
static int |
TOO_MANY_CONNECTIONS
Disconnect reason: Too many connections, try later
|
static final int SSH_MSG_DISCONNECT
static final int SSH_MSG_IGNORE
static final int SSH_MSG_UNIMPLEMENTED
static final int SSH_MSG_DEBUG
static final int SSH_MSG_SERVICE_REQUEST
static final int SSH_MSG_SERVICE_ACCEPT
static final int SSH_MSG_KEX_INIT
static final int SSH_MSG_NEWKEYS
static final int NEGOTIATING_PROTOCOL
static final int PERFORMING_KEYEXCHANGE
static final int CONNECTED
static final int DISCONNECTED
#getLastError(),
Constant Field Valuesstatic final int HOST_NOT_ALLOWED
static final int PROTOCOL_ERROR
static final int KEY_EXCHANGE_FAILED
static final int RESERVED
static final int MAC_ERROR
static final int COMPRESSION_ERROR
static final int SERVICE_NOT_AVAILABLE
static final int PROTOCOL_VERSION_NOT_SUPPORTED
static final int HOST_KEY_NOT_VERIFIABLE
static final int CONNECTION_LOST
static final int BY_APPLICATION
static final int TOO_MANY_CONNECTIONS
static final int AUTH_CANCELLED_BY_USER
static final int NO_MORE_AUTH_METHODS_AVAILABLE
static final int ILLEGAL_USER_NAME
Copyright © 2022. All rights reserved.