| Package | Description |
|---|---|
| net.schmizz.sshj.connection | |
| net.schmizz.sshj.connection.channel | |
| net.schmizz.sshj.connection.channel.forwarded |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionImpl.sendOpenFailure(int recipient,
OpenFailException.Reason reason,
String message) |
void |
Connection.sendOpenFailure(int recipient,
OpenFailException.Reason reason,
String message)
Send a
SSH_MSG_OPEN_FAILURE for specified Reason and message. |
| Modifier and Type | Method and Description |
|---|---|
static OpenFailException.Reason |
OpenFailException.Reason.fromInt(int code) |
OpenFailException.Reason |
OpenFailException.getReason() |
static OpenFailException.Reason |
OpenFailException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenFailException.Reason[] |
OpenFailException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.Forwarded.reject(OpenFailException.Reason reason,
String message)
Indicate rejection to remote end.
|
| Constructor and Description |
|---|
OpenFailException(String channelType,
OpenFailException.Reason reason,
String message) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractForwardedChannel.reject(OpenFailException.Reason reason,
String message) |
Copyright © 2009–2014. All rights reserved.