Uses of Enum
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 TypeMethodDescriptionvoidConnection.sendOpenFailure(int recipient, OpenFailException.Reason reason, String message) Send aSSH_MSG_OPEN_FAILUREfor specifiedReasonandmessage.voidConnectionImpl.sendOpenFailure(int recipient, OpenFailException.Reason reason, String message) -
Uses of OpenFailException.Reason in net.schmizz.sshj.connection.channel
Subclasses with type arguments of type OpenFailException.Reason in net.schmizz.sshj.connection.channelFields in net.schmizz.sshj.connection.channel declared as OpenFailException.ReasonMethods in net.schmizz.sshj.connection.channel that return OpenFailException.ReasonModifier and TypeMethodDescriptionstatic OpenFailException.ReasonOpenFailException.Reason.fromInt(int code) OpenFailException.getReason()static OpenFailException.ReasonReturns 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.ReasonModifier and TypeMethodDescriptionvoidChannel.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 TypeMethodDescriptionvoidAbstractForwardedChannel.reject(OpenFailException.Reason reason, String message)