Uses of Enum
org.apache.sshd.server.Signal
Packages that use Signal
-
Uses of Signal in org.apache.sshd.server
Subclasses with type arguments of type Signal in org.apache.sshd.serverModifier and TypeClassDescriptionenumSystem signals definition that the shell can receive.Fields in org.apache.sshd.server with type parameters of type SignalModifier and TypeFieldDescriptionprivate final Map<Signal, Collection<SignalListener>> StandardEnvironment.listenersstatic 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.Methods in org.apache.sshd.server with parameters of type SignalModifier and TypeMethodDescriptiondefault voidEnvironment.addSignalListener(SignalListener listener, Signal... signals) Add a qualified listener for the specific signalsprotected Collection<SignalListener> StandardEnvironment.getSignalListeners(Signal signal, boolean create) Retrieves the set of listeners registered for a signalvoidvoidMethod parameters in org.apache.sshd.server with type arguments of type SignalModifier and TypeMethodDescriptionvoidEnvironment.addSignalListener(SignalListener listener, Collection<Signal> signals) Add a qualified listener for the specific signalsvoidStandardEnvironment.addSignalListener(SignalListener listener, Collection<Signal> signals)