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 |
---|---|
ForwardingRequestListener |
SshContext.getX11RequestListener()
Get the X11 forwarding request listener.
|
Modifier and Type | Method and Description |
---|---|
int |
SshClient.requestRemoteForwarding(String bindAddress,
int bindPort,
String hostToConnect,
int portToConnect,
ForwardingRequestListener listener)
Requests that the remote computer accepts socket connections and forward
them to the local computer.
|
void |
SshContext.setX11RequestListener(ForwardingRequestListener listener)
Set the listener to which X11 forwarding requests will be processed.
|
Modifier and Type | Method and Description |
---|---|
ForwardingRequestListener |
Ssh1Context.getX11RequestListener() |
Modifier and Type | Method and Description |
---|---|
int |
Ssh1Client.requestRemoteForwarding(String bindAddress,
int bindPort,
String hostToConnect,
int portToConnect,
ForwardingRequestListener listener)
The bindAddress is ignored since the SSH1 protocol does not support
setting of the bind address.
|
boolean |
Ssh1Client.requestXForwarding(String display,
ForwardingRequestListener listener) |
void |
Ssh1Context.setX11RequestListener(ForwardingRequestListener x11Listener) |
Modifier and Type | Method and Description |
---|---|
ForwardingRequestListener |
Ssh2Context.getX11RequestListener() |
Modifier and Type | Method and Description |
---|---|
int |
Ssh2Client.requestRemoteForwarding(String bindAddress,
int bindPort,
String hostToConnect,
int portToConnect,
ForwardingRequestListener listener) |
void |
Ssh2Context.setX11RequestListener(ForwardingRequestListener x11Listener) |
Modifier and Type | Class and Description |
---|---|
protected class |
ForwardingClient.ForwardingListener |
Copyright © 2024. All rights reserved.