Uses of Class
net.schmizz.sshj.connection.channel.direct.Signal
-
Packages that use Signal Package Description net.schmizz.sshj.connection.channel.direct -
-
Uses of Signal in net.schmizz.sshj.connection.channel.direct
Fields in net.schmizz.sshj.connection.channel.direct declared as Signal Modifier and Type Field Description private SignalSessionChannel. exitSignalMethods in net.schmizz.sshj.connection.channel.direct that return Signal Modifier and Type Method Description static SignalSignal. fromString(java.lang.String name)Create from the string representation used when the signal is received as part of an SSH packet.SignalSession.Command. getExitSignal()Returns thesignalif the command exit violently, ornullif this information was not received.SignalSessionChannel. getExitSignal()static SignalSignal. valueOf(java.lang.String name)Returns 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 Modifier and Type Method Description voidSession.Command. signal(Signal signal)Send a signal to the remote command.voidSession.Shell. signal(Signal signal)Send a signal.voidSessionChannel. signal(Signal sig)
-