Interface GlobalRequestHandler<T extends SshContext>


public interface GlobalRequestHandler<T extends SshContext>
The SSH protocol allows for the sending of requests independently of any communication channel. One of the main uses of this mechanism is to request remote forwardings, however it can be used for any purpose.