Uses of Interface
com.maverick.ssh.SshTunnel

Packages that use SshTunnel
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. 
com.sshtools.net This package contains a set of network utilities for the J2SSH Maverick API. 
 

Uses of SshTunnel in com.maverick.ssh
 

Methods in com.maverick.ssh that return SshTunnel
 SshTunnel SshClient.openForwardingChannel(java.lang.String hostname, int port, java.lang.String listeningAddress, int listeningPort, java.lang.String originatingHost, int originatingPort, SshTransport transport, ChannelEventListener listener)
          Open a TCPIP forwarding channel to the remote computer.
 

Methods in com.maverick.ssh with parameters of type SshTunnel
 void ForwardingRequestListener.initializeTunnel(SshTunnel tunnel)
          Called once a connection has been established and a forwarding channel is about to be opened.
 

Uses of SshTunnel in com.maverick.ssh1
 

Methods in com.maverick.ssh1 that return SshTunnel
 SshTunnel Ssh1Client.openForwardingChannel(java.lang.String hostname, int port, java.lang.String listeningAddress, int listeningPort, java.lang.String originatingHost, int originatingPort, SshTransport transport, ChannelEventListener listener)
           
 

Uses of SshTunnel in com.maverick.ssh2
 

Methods in com.maverick.ssh2 that return SshTunnel
 SshTunnel Ssh2Client.openForwardingChannel(java.lang.String hostname, int port, java.lang.String listeningAddress, int listeningPort, java.lang.String originatingHost, int originatingPort, SshTransport transport, ChannelEventListener listener)
           
 

Uses of SshTunnel in com.sshtools.net
 

Methods in com.sshtools.net with parameters of type SshTunnel
 void ForwardingClientListener.channelOpened(int type, java.lang.String key, SshTunnel tunnel)
          A forwarding channel has been opened.
 void ForwardingClientListener.channelClosed(int type, java.lang.String key, SshTunnel tunnel)
          A forwarding channel has been closed.
 



Copyright © 2003 3SP LTD. All Rights Reserved.