Uses of Enum
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 SignalSignal.fromString(String name) Create from the string representation used when the signal is received as part of an SSH packet.Session.Command.getExitSignal()Returns thesignalif the command exit violently, ornullif this information was not received.SessionChannel.getExitSignal()static SignalReturns the enum constant of this type with the specified name.static Signal[]Signal.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.schmizz.sshj.connection.channel.direct with parameters of type Signal