| Package | Description |
|---|---|
| com.sshtools.common.ui | |
| com.sshtools.daemon.forwarding | |
| com.sshtools.daemon.session | |
| com.sshtools.j2ssh | |
| com.sshtools.j2ssh.connection | |
| com.sshtools.j2ssh.forwarding |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManager.allowChannelOpen(java.lang.String channelType,
ChannelFactory cf)
Adds a channel factory to the managed connection.
|
void |
SessionProviderFrame.allowChannelOpen(java.lang.String channelType,
ChannelFactory cf)
Implemenation of the SessionManager method, simply calls the SshClient
method allowChannelOpen.
|
void |
SessionProviderInternalFrame.allowChannelOpen(java.lang.String channelType,
ChannelFactory cf)
Implemenation of the SessionManager method, simply calls the SshClient
method allowChannelOpen.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingServer |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionChannelFactory |
| Modifier and Type | Method and Description |
|---|---|
void |
SshClient.allowChannelOpen(java.lang.String channelName,
ChannelFactory cf)
Instructs the underlying connection protocol to allow channels of the
given type to be opened by the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProtocol.addChannelFactory(java.lang.String channelName,
ChannelFactory cf) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingClient |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.