Uses of Class
net.schmizz.sshj.connection.channel.OpenFailException.Reason
-
Packages that use OpenFailException.Reason Package Description 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 Modifier and Type Method Description void
Connection. sendOpenFailure(int recipient, OpenFailException.Reason reason, java.lang.String message)
Send aSSH_MSG_OPEN_FAILURE
for specifiedReason
andmessage
.void
ConnectionImpl. sendOpenFailure(int recipient, OpenFailException.Reason reason, java.lang.String message)
-
Uses of OpenFailException.Reason in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as OpenFailException.Reason Modifier and Type Field Description private OpenFailException.Reason
OpenFailException. reason
Methods in net.schmizz.sshj.connection.channel that return OpenFailException.Reason Modifier and Type Method Description static OpenFailException.Reason
OpenFailException.Reason. fromInt(int code)
OpenFailException.Reason
OpenFailException. getReason()
static OpenFailException.Reason
OpenFailException.Reason. valueOf(java.lang.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 Modifier and Type Method Description void
Channel.Forwarded. reject(OpenFailException.Reason reason, java.lang.String message)
Indicate rejection to remote end.Constructors in net.schmizz.sshj.connection.channel with parameters of type OpenFailException.Reason Constructor Description OpenFailException(java.lang.String channelType, OpenFailException.Reason reason, java.lang.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 Modifier and Type Method Description void
AbstractForwardedChannel. reject(OpenFailException.Reason reason, java.lang.String message)
-