Uses of Interface
com.maverick.ssh.ForwardingRequestListener

Packages that use ForwardingRequestListener
com.maverick.ssh This package contains a set of general interface contracts for SSH communication that provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications. 
com.maverick.ssh1 This package contains an SSH1 implementation of the com.maverick.ssh interfaces. 
com.maverick.ssh2 This package contains an SSH2 implementation of the com.maverick.ssh interfaces. 
 

Uses of ForwardingRequestListener in com.maverick.ssh
 

Methods in com.maverick.ssh that return ForwardingRequestListener
 ForwardingRequestListener SshContext.getX11RequestListener()
          Get the X11 forwarding request listener.
 

Methods in com.maverick.ssh with parameters of type ForwardingRequestListener
 void SshContext.setX11RequestListener(ForwardingRequestListener listener)
          Set the listener to which X11 forwarding requests will be processed.
 boolean SshClient.requestRemoteForwarding(java.lang.String bindAddress, int bindPort, java.lang.String hostToConnect, int portToConnect, ForwardingRequestListener listener)
          Requests that the remote computer accepts socket connections and forward them to the local computer.
 

Uses of ForwardingRequestListener in com.maverick.ssh1
 

Methods in com.maverick.ssh1 that return ForwardingRequestListener
 ForwardingRequestListener Ssh1Context.getX11RequestListener()
           
 

Methods in com.maverick.ssh1 with parameters of type ForwardingRequestListener
 boolean Ssh1Client.requestXForwarding(java.lang.String display, ForwardingRequestListener listener)
           
 boolean Ssh1Client.requestRemoteForwarding(java.lang.String bindAddress, int bindPort, java.lang.String hostToConnect, int portToConnect, ForwardingRequestListener listener)
          The bindAddress is ignored since the SSH1 protocol does not support setting of the bind address.
 void Ssh1Context.setX11RequestListener(ForwardingRequestListener x11Listener)
           
 

Uses of ForwardingRequestListener in com.maverick.ssh2
 

Methods in com.maverick.ssh2 that return ForwardingRequestListener
 ForwardingRequestListener Ssh2Context.getX11RequestListener()
           
 

Methods in com.maverick.ssh2 with parameters of type ForwardingRequestListener
 void Ssh2Context.setX11RequestListener(ForwardingRequestListener x11Listener)
           
 boolean Ssh2Client.requestRemoteForwarding(java.lang.String bindAddress, int bindPort, java.lang.String hostToConnect, int portToConnect, ForwardingRequestListener listener)
           
 



Copyright © 2003 3SP LTD. All Rights Reserved.