Uses of Interface com.sshtools.j2ssh.connection.ChannelEventListener

Uses in package com.sshtools.j2ssh

Constructors with parameter type com.sshtools.j2ssh.connection.ChannelEventListener

ScpClient.ScpClient(File cwd, SshClient ssh, boolean verbose, ChannelEventListener eventListener)
Creates an SCP client.
ScpClient.ScpClient(SshClient ssh, boolean verbose, ChannelEventListener eventListener)
Creates an SCP client.

Methods with parameter type com.sshtools.j2ssh.connection.ChannelEventListener

void
SessionChannelClient
Open's a session channel on the remote server.
SftpSubsystemClient
Open an SftpSubsystemChannel.
SftpClient
Open an SFTP client for file transfer operations.

Uses in package com.sshtools.j2ssh.connection

Classes implementing com.sshtools.j2ssh.connection.ChannelEventListener

class
Title:

Description:

Copyright: Copyright (c) 2003

Company:

Methods with parameter type com.sshtools.j2ssh.connection.ChannelEventListener

void
void
Channel.init(ConnectionProtocol connection, long localChannelId, long senderChannelId, long initialWindowSize, long maximumPacketSize, ChannelEventListener eventListener)
boolean

Uses in package com.sshtools.common.ui

Classes implementing com.sshtools.j2ssh.connection.ChannelEventListener

class

Methods with parameter type com.sshtools.j2ssh.connection.ChannelEventListener

void

Uses in package com.sshtools.j2ssh.forwarding

Classes implementing com.sshtools.j2ssh.connection.ChannelEventListener

class

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.