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 voidConnection. sendOpenFailure(int recipient, OpenFailException.Reason reason, java.lang.String message)Send aSSH_MSG_OPEN_FAILUREfor specifiedReasonandmessage.voidConnectionImpl. 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.ReasonOpenFailException. reasonMethods in net.schmizz.sshj.connection.channel that return OpenFailException.Reason Modifier and Type Method Description static OpenFailException.ReasonOpenFailException.Reason. fromInt(int code)OpenFailException.ReasonOpenFailException. getReason()static OpenFailException.ReasonOpenFailException.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 voidChannel.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 voidAbstractForwardedChannel. reject(OpenFailException.Reason reason, java.lang.String message)
-