Uses of Class
org.apache.sshd.server.Signal

Packages that use Signal
org.apache.sshd.server   
org.apache.sshd.server.channel   
 

Uses of Signal in org.apache.sshd.server
 

Methods in org.apache.sshd.server that return Signal
static Signal Signal.get(String 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.
 

Methods in org.apache.sshd.server with parameters of type Signal
 void Environment.addSignalListener(SignalListener listener, Signal... signal)
          Add a qualified listener for the specific signal
 void SignalListener.signal(Signal signal)
           
 

Method parameters in org.apache.sshd.server with type arguments of type Signal
 void Environment.addSignalListener(SignalListener listener, EnumSet<Signal> signals)
          Add a qualified listener for the specific set of signal
 

Uses of Signal in org.apache.sshd.server.channel
 

Methods in org.apache.sshd.server.channel with parameters of type Signal
 void ChannelSession.StandardEnvironment.addSignalListener(SignalListener listener, Signal... signals)
           
protected  Set<SignalListener> ChannelSession.StandardEnvironment.getSignalListeners(Signal signal, boolean create)
           
 void ChannelSession.StandardEnvironment.signal(Signal signal)
           
 

Method parameters in org.apache.sshd.server.channel with type arguments of type Signal
 void ChannelSession.StandardEnvironment.addSignalListener(SignalListener listener, EnumSet<Signal> signals)
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.