|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelEventListener | |
---|---|
com.sshtools.common.ui | |
com.sshtools.j2ssh | |
com.sshtools.j2ssh.connection | |
com.sshtools.j2ssh.forwarding |
Uses of ChannelEventListener in com.sshtools.common.ui |
---|
Classes in com.sshtools.common.ui that implement ChannelEventListener | |
---|---|
class |
DataNotificationListener
|
Methods in com.sshtools.common.ui with parameters of type ChannelEventListener | |
---|---|
abstract void |
SshToolsApplicationSessionPanel.addEventListener(ChannelEventListener eventListener)
|
Uses of ChannelEventListener in com.sshtools.j2ssh |
---|
Methods in com.sshtools.j2ssh with parameters of type ChannelEventListener | |
---|---|
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. |
Constructors in com.sshtools.j2ssh with parameters of type ChannelEventListener | |
---|---|
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. |
Uses of ChannelEventListener in com.sshtools.j2ssh.connection |
---|
Classes in com.sshtools.j2ssh.connection that implement ChannelEventListener | |
---|---|
class |
ChannelEventAdapter
Title: |
Methods in com.sshtools.j2ssh.connection with parameters of type ChannelEventListener | |
---|---|
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)
|
Uses of ChannelEventListener in com.sshtools.j2ssh.forwarding |
---|
Classes in com.sshtools.j2ssh.forwarding that implement ChannelEventListener | |
---|---|
class |
ForwardingConfiguration.ForwardingConfigurationMonitor
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |