Package | Description |
---|---|
com.sshtools.daemon | |
com.sshtools.daemon.forwarding | |
com.sshtools.j2ssh | |
com.sshtools.j2ssh.agent | |
com.sshtools.j2ssh.connection | |
com.sshtools.j2ssh.forwarding |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SshServer.configureServices(ConnectionProtocol connection) |
Constructor and Description |
---|
ForwardingServer(ConnectionProtocol connection)
Creates a new ForwardingServer object.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionProtocol |
SshClient.connection
The SSH Connection protocol implementation for this SSH client.
|
Modifier and Type | Method and Description |
---|---|
static SshAgentForwardingListener |
SshAgentForwardingListener.getInstance(java.lang.String sessionId,
ConnectionProtocol connection) |
Modifier and Type | Field and Description |
---|---|
protected ConnectionProtocol |
Channel.connection |
Modifier and Type | Method and Description |
---|---|
protected void |
IOChannel.init(ConnectionProtocol connection,
long localChannelId,
long senderChannelId,
long initialWindowSize,
long maximumPacketSize) |
protected void |
Channel.init(ConnectionProtocol connection,
long localChannelId,
long senderChannelId,
long initialWindowSize,
long maximumPacketSize) |
protected void |
Channel.init(ConnectionProtocol connection,
long localChannelId,
long senderChannelId,
long initialWindowSize,
long maximumPacketSize,
ChannelEventListener eventListener) |
Constructor and Description |
---|
ForwardingClient.ClientForwardingListener(java.lang.String name,
ConnectionProtocol connection,
java.lang.String addressToBind,
int portToBind,
java.lang.String hostToConnect,
int portToConnect) |
ForwardingClient(ConnectionProtocol connection)
Creates a new ForwardingClient object.
|
ForwardingListener(ConnectionProtocol connection,
java.lang.String addressToBind,
int portToBind)
Creates a new ForwardingListener object.
|
ForwardingListener(java.lang.String name,
ConnectionProtocol connection,
java.lang.String addressToBind,
int portToBind,
java.lang.String hostToConnect,
int portToConnect)
Creates a new ForwardingListener object.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.