Package | Description |
---|---|
net.schmizz.sshj.connection.channel.direct |
Modifier and Type | Method and Description |
---|---|
static Signal |
Signal.fromString(String name)
Create from the string representation used when the signal is received as part of an SSH packet.
|
Signal |
Session.Command.getExitSignal()
Returns the
signal if the command exit violently, or null if this information was not
received. |
Signal |
SessionChannel.getExitSignal() |
static Signal |
Signal.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.Command.signal(Signal signal)
Send a signal to the remote command.
|
void |
Session.Shell.signal(Signal signal)
Send a signal.
|
void |
SessionChannel.signal(Signal sig) |
Copyright © 2009-2014. All Rights Reserved.