Uses of Interface
com.sshtools.j2ssh.connection.ChannelEventListener
Packages that use ChannelEventListener
Package
Description
-
Uses of ChannelEventListener in com.sshtools.common.ui
Classes in com.sshtools.common.ui that implement ChannelEventListenerMethods in com.sshtools.common.ui with parameters of type ChannelEventListenerModifier and TypeMethodDescriptionabstract void
SshToolsApplicationSessionPanel.addEventListener
(ChannelEventListener eventListener) -
Uses of ChannelEventListener in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type ChannelEventListenerModifier and TypeMethodDescriptionvoid
SftpClient.addEventListener
(ChannelEventListener eventListener) SshClient.openSessionChannel
(ChannelEventListener eventListener) Open's a session channel on the remote server.SshClient.openSftpChannel
(ChannelEventListener eventListener) Open an SftpSubsystemChannel.SshClient.openSftpClient
(ChannelEventListener eventListener) Open an SFTP client for file transfer operations.Constructors in com.sshtools.j2ssh with parameters of type ChannelEventListenerModifierConstructorDescriptionScpClient
(SshClient ssh, boolean verbose, ChannelEventListener eventListener) Creates an SCP client.ScpClient
(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 ChannelEventListenerMethods in com.sshtools.j2ssh.connection with parameters of type ChannelEventListenerModifier and TypeMethodDescriptionvoid
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