Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SshTunnel |
SshClient.openForwardingChannel(String hostname,
int port,
String listeningAddress,
int listeningPort,
String originatingHost,
int originatingPort,
SshTransport transport,
ChannelEventListener listener)
Open a TCPIP forwarding channel to the remote computer.
|
Modifier and Type | Method and Description |
---|---|
void |
ForwardingRequestListener.initializeTunnel(SshTunnel tunnel)
Called once a connection has been established and a forwarding channel
is about to be opened.
|
Modifier and Type | Method and Description |
---|---|
SshTunnel |
Ssh1Client.openForwardingChannel(String hostname,
int port,
String listeningAddress,
int listeningPort,
String originatingHost,
int originatingPort,
SshTransport transport,
ChannelEventListener listener) |
Modifier and Type | Method and Description |
---|---|
SshTunnel |
Ssh2Client.openForwardingChannel(String hostname,
int port,
String listeningAddress,
int listeningPort,
String originatingHost,
int originatingPort,
SshTransport sock,
ChannelEventListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
ForwardingClientListener.channelClosed(int type,
String key,
SshTunnel tunnel)
A forwarding channel has been closed.
|
void |
ForwardingClientListener.channelOpened(int type,
String key,
SshTunnel tunnel)
A forwarding channel has been opened.
|
void |
ForwardingClient.ForwardingListener.initializeTunnel(SshTunnel tunnel) |
Copyright © 2024. All rights reserved.