Package | Description |
---|---|
com.sshtools.common.ui | |
com.sshtools.j2ssh | |
com.sshtools.j2ssh.connection | |
com.sshtools.j2ssh.forwarding |
Modifier and Type | Class and Description |
---|---|
class |
DataNotificationListener |
Modifier and Type | Method and Description |
---|---|
abstract void |
SshToolsApplicationSessionPanel.addEventListener(ChannelEventListener eventListener) |
Modifier and Type | Method and Description |
---|---|
void |
SftpClient.addEventListener(ChannelEventListener eventListener) |
SessionChannelClient |
SshClient.openSessionChannel(ChannelEventListener eventListener)
Open's a session channel on the remote server.
|
SftpSubsystemClient |
SshClient.openSftpChannel(ChannelEventListener eventListener)
Open an SftpSubsystemChannel.
|
SftpClient |
SshClient.openSftpClient(ChannelEventListener eventListener)
Open an SFTP client for file transfer operations.
|
Constructor and Description |
---|
ScpClient(java.io.File cwd,
SshClient ssh,
boolean verbose,
ChannelEventListener eventListener)
Creates an SCP client.
|
ScpClient(SshClient ssh,
boolean verbose,
ChannelEventListener eventListener)
Creates an SCP client.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelEventAdapter
Title:
|
Modifier and Type | Method and Description |
---|---|
void |
Channel.addEventListener(ChannelEventListener eventListener) |
protected void |
Channel.init(ConnectionProtocol connection,
long localChannelId,
long senderChannelId,
long initialWindowSize,
long maximumPacketSize,
ChannelEventListener eventListener) |
boolean |
ConnectionProtocol.openChannel(Channel channel,
ChannelEventListener eventListener) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingConfiguration.ForwardingConfigurationMonitor |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.