Uses of Enum Class
net.schmizz.sshj.connection.channel.direct.Signal
Packages that use Signal
-
Uses of Signal in net.schmizz.sshj.connection.channel.direct
Fields in net.schmizz.sshj.connection.channel.direct declared as SignalMethods in net.schmizz.sshj.connection.channel.direct that return SignalModifier and TypeMethodDescriptionstatic Signal
Signal.fromString
(String name) Create from the string representation used when the signal is received as part of an SSH packet.Session.Command.getExitSignal()
Returns thesignal
if the command exit violently, ornull
if this information was not received.SessionChannel.getExitSignal()
static Signal
Returns the enum constant of this class with the specified name.static Signal[]
Signal.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.connection.channel.direct with parameters of type Signal