Uses of Enum
net.schmizz.sshj.common.DisconnectReason
Packages that use DisconnectReason
Package
Description
-
Uses of DisconnectReason in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that return DisconnectReasonModifier and TypeMethodDescriptionstatic DisconnectReasonDisconnectReason.fromInt(int code) SSHException.getDisconnectReason()static DisconnectReasonReturns the enum constant of this type with the specified name.static DisconnectReason[]DisconnectReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.schmizz.sshj.common with parameters of type DisconnectReasonModifierConstructorDescriptionSSHException(DisconnectReason code) SSHException(DisconnectReason code, String message) SSHException(DisconnectReason code, String message, Throwable cause) SSHException(DisconnectReason code, Throwable cause) -
Uses of DisconnectReason in net.schmizz.sshj.connection
Constructors in net.schmizz.sshj.connection with parameters of type DisconnectReasonModifierConstructorDescriptionConnectionException(DisconnectReason code, String message) ConnectionException(DisconnectReason code, String message, Throwable cause) ConnectionException(DisconnectReason code, Throwable cause) -
Uses of DisconnectReason in net.schmizz.sshj.sftp
Constructors in net.schmizz.sshj.sftp with parameters of type DisconnectReasonModifierConstructorDescriptionSFTPException(DisconnectReason code, String message) SFTPException(DisconnectReason code, String message, Throwable cause) SFTPException(DisconnectReason code, Throwable cause) -
Uses of DisconnectReason in net.schmizz.sshj.transport
Methods in net.schmizz.sshj.transport with parameters of type DisconnectReasonModifier and TypeMethodDescriptionvoidTransport.disconnect(DisconnectReason reason) Send a disconnect packet with the givenreason, and closes this transport.voidTransport.disconnect(DisconnectReason reason, String message) Send a disconnect packet with the givenreasonandmessage, and closes this transport.voidTransportImpl.disconnect(DisconnectReason reason) voidTransportImpl.disconnect(DisconnectReason reason, String message) voidDisconnectListener.notifyDisconnect(DisconnectReason reason, String message) voidTransportImpl.notifyDisconnect(DisconnectReason reason, String message) TransportImpl implements its own default DisconnectListener.Constructors in net.schmizz.sshj.transport with parameters of type DisconnectReasonModifierConstructorDescriptionTransportException(DisconnectReason code, String message) TransportException(DisconnectReason code, String message, Throwable cause) TransportException(DisconnectReason code, Throwable cause) -
Uses of DisconnectReason in net.schmizz.sshj.userauth
Constructors in net.schmizz.sshj.userauth with parameters of type DisconnectReasonModifierConstructorDescriptionUserAuthException(DisconnectReason code, String message) UserAuthException(DisconnectReason code, String message, Throwable cause) UserAuthException(DisconnectReason code, Throwable cause)