|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelEventListener | |
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 ChannelEventListener in com.maverick.ssh |
Classes in com.maverick.ssh that implement ChannelEventListener | |
class |
ChannelAdapter
An adapter for the ChannelEventListener. |
Methods in com.maverick.ssh with parameters of type ChannelEventListener | |
void |
SshChannel.addChannelEventListener(ChannelEventListener listener)
Provides an event listening mechanism. |
SshSession |
SshClient.openSessionChannel(ChannelEventListener listener)
Open a session on the remote computer. |
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. |
Uses of ChannelEventListener in com.maverick.ssh1 |
Methods in com.maverick.ssh1 with parameters of type ChannelEventListener | |
SshSession |
Ssh1Client.openSessionChannel(ChannelEventListener listener)
|
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 ChannelEventListener in com.maverick.ssh2 |
Methods in com.maverick.ssh2 with parameters of type ChannelEventListener | |
SshSession |
Ssh2Client.openSessionChannel(ChannelEventListener listener)
|
Ssh2Session |
Ssh2Client.openSessionChannel(int windowspace,
int packetsize,
ChannelEventListener listener)
Addtional method to open a session with SSH2 specific features. |
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)
|
void |
Ssh2Channel.addChannelEventListener(ChannelEventListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |