Uses of Enum
org.apache.sshd.server.Signal
Packages that use Signal
-
Uses of Signal in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type SignalModifier and TypeFieldDescriptionstatic final NavigableMap<String, Signal> Signal.NAME_LOOKUP_TABLEAn un-modifiable case-insensitiveNavigableMapof the names of all availableSignalsstatic final NavigableMap<Integer, Signal> Signal.NUMERIC_LOOKUP_TABLEAn un-modifiableNavigableMapof the numeric values of all availableSignalsSignal.SIGNALSMethods in org.apache.sshd.server that return SignalModifier and TypeMethodDescriptionstatic SignalSignal.get(int num) Retrieves a signal value given its numeric valuestatic SignalRetrieves a signal value given its namestatic 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.