Uses of Class
org.apache.sshd.server.Signal
-
Packages that use Signal Package Description org.apache.sshd.server -
-
Uses of Signal in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type Signal Modifier and Type Field Description static NavigableMap<String,Signal>Signal. NAME_LOOKUP_TABLEAn un-modifiable case-insensitiveNavigableMapof the names of all availableSignalsstatic NavigableMap<Integer,Signal>Signal. NUMERIC_LOOKUP_TABLEAn un-modifiableNavigableMapof the numeric values of all availableSignalsstatic Set<Signal>Signal. SIGNALSMethods in org.apache.sshd.server that return Signal Modifier and Type Method Description static SignalSignal. get(int num)Retrieves a signal value given its numeric valuestatic SignalSignal. get(String name)Retrieves a signal value given its namestatic SignalSignal. 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.
-