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 classDataNotificationListenerMethods in com.sshtools.common.ui with parameters of type ChannelEventListener Modifier and Type Method Description abstract voidSshToolsApplicationSessionPanel. 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 voidSftpClient. addEventListener(ChannelEventListener eventListener)SessionChannelClientSshClient. openSessionChannel(ChannelEventListener eventListener)Open's a session channel on the remote server.SftpSubsystemClientSshClient. openSftpChannel(ChannelEventListener eventListener)Open an SftpSubsystemChannel.SftpClientSshClient. 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 classChannelEventAdapterTitle:Methods in com.sshtools.j2ssh.connection with parameters of type ChannelEventListener Modifier and Type Method Description voidChannel. addEventListener(ChannelEventListener eventListener)protected voidChannel. init(ConnectionProtocol connection, long localChannelId, long senderChannelId, long initialWindowSize, long maximumPacketSize, ChannelEventListener eventListener)booleanConnectionProtocol. 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 classForwardingConfiguration.ForwardingConfigurationMonitor
-