com.maverick.sshd
Interface GlobalRequestHandler


public interface GlobalRequestHandler

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.

Author:
Lee David Painter

Method Summary
 boolean processGlobalRequest(com.maverick.ssh2.GlobalRequest request, ConnectionProtocol connection)
          Process a global request.
 java.lang.String[] supportedRequests()
          Returns an array of strings containing the supported global requests.
 

Method Detail

processGlobalRequest

public boolean processGlobalRequest(com.maverick.ssh2.GlobalRequest request,
                                    ConnectionProtocol connection)
Process a global request.

Parameters:
request - GlobalRequest
Returns:
boolean

supportedRequests

public java.lang.String[] supportedRequests()
Returns an array of strings containing the supported global requests.

Returns:
String[]


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.