| Package | Description |
|---|---|
| org.apache.sshd.server |
| Modifier and Type | Field and Description |
|---|---|
static NavigableMap<String,Signal> |
Signal.NAME_LOOKUP_TABLE
An un-modifiable case-insensitive
NavigableMap of the names of all available Signals |
static NavigableMap<Integer,Signal> |
Signal.NUMERIC_LOOKUP_TABLE
An un-modifiable
NavigableMap of the numeric values of all available Signals |
static Set<Signal> |
Signal.SIGNALS
|
| Modifier and Type | Method and Description |
|---|---|
static Signal |
Signal.get(int num)
Retrieves a signal value given its numeric value
|
static Signal |
Signal.get(String name)
Retrieves a signal value given its name
|
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.
|
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.