|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenFailException.Reason | |
---|---|
net.schmizz.sshj.connection | |
net.schmizz.sshj.connection.channel | |
net.schmizz.sshj.connection.channel.forwarded |
Uses of OpenFailException.Reason in net.schmizz.sshj.connection |
---|
Methods in net.schmizz.sshj.connection with parameters of type OpenFailException.Reason | |
---|---|
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 . |
Uses of OpenFailException.Reason in net.schmizz.sshj.connection.channel |
---|
Methods in net.schmizz.sshj.connection.channel that return OpenFailException.Reason | |
---|---|
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. |
Methods in net.schmizz.sshj.connection.channel with parameters of type OpenFailException.Reason | |
---|---|
void |
Channel.Forwarded.reject(OpenFailException.Reason reason,
String message)
Indicate rejection to remote end. |
Constructors in net.schmizz.sshj.connection.channel with parameters of type OpenFailException.Reason | |
---|---|
OpenFailException(String channelType,
OpenFailException.Reason reason,
String message)
|
Uses of OpenFailException.Reason in net.schmizz.sshj.connection.channel.forwarded |
---|
Methods in net.schmizz.sshj.connection.channel.forwarded with parameters of type OpenFailException.Reason | |
---|---|
void |
AbstractForwardedChannel.reject(OpenFailException.Reason reason,
String message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |