Uses of Enum Class
net.schmizz.sshj.connection.channel.OpenFailException.Reason
Packages that use OpenFailException.Reason
Package
Description
-
Uses of OpenFailException.Reason in net.schmizz.sshj.connection
Methods in net.schmizz.sshj.connection with parameters of type OpenFailException.ReasonModifier and TypeMethodDescriptionvoid
Connection.sendOpenFailure
(int recipient, OpenFailException.Reason reason, String message) Send aSSH_MSG_OPEN_FAILURE
for specifiedReason
andmessage
.void
ConnectionImpl.sendOpenFailure
(int recipient, OpenFailException.Reason reason, String message) -
Uses of OpenFailException.Reason in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as OpenFailException.ReasonMethods in net.schmizz.sshj.connection.channel that return OpenFailException.ReasonModifier and TypeMethodDescriptionstatic OpenFailException.Reason
OpenFailException.Reason.fromInt
(int code) OpenFailException.getReason()
static OpenFailException.Reason
Returns the enum constant of this class with the specified name.static OpenFailException.Reason[]
OpenFailException.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.connection.channel with parameters of type OpenFailException.ReasonModifier and TypeMethodDescriptionvoid
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.ReasonModifierConstructorDescriptionOpenFailException
(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.ReasonModifier and TypeMethodDescriptionvoid
AbstractForwardedChannel.reject
(OpenFailException.Reason reason, String message)