Uses of Interface
com.sshtools.j2ssh.connection.ChannelEventListener
-
Packages that use ChannelEventListener Package Description 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 Modifier and Type Class Description class
DataNotificationListener
Methods in com.sshtools.common.ui with parameters of type ChannelEventListener Modifier and Type Method Description abstract void
SshToolsApplicationSessionPanel. addEventListener(ChannelEventListener eventListener)
-
Uses of ChannelEventListener in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type ChannelEventListener Modifier and Type Method 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.Constructors in com.sshtools.j2ssh with parameters of type ChannelEventListener Constructor Description ScpClient(SshClient ssh, boolean verbose, ChannelEventListener eventListener)
Creates an SCP client.ScpClient(java.io.File cwd, 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 Modifier and Type Class Description class
ChannelEventAdapter
Title:Methods in com.sshtools.j2ssh.connection with parameters of type ChannelEventListener Modifier and Type Method 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)
-
Uses of ChannelEventListener in com.sshtools.j2ssh.forwarding
Classes in com.sshtools.j2ssh.forwarding that implement ChannelEventListener Modifier and Type Class Description class
ForwardingConfiguration.ForwardingConfigurationMonitor
-