Uses of Class com.sshtools.j2ssh.connection.Channel

Uses in package com.sshtools.j2ssh.connection

Classes derived from com.sshtools.j2ssh.connection.Channel

class
class
class

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

Creates a new ChannelOutputStream object.
Creates a new ChannelOutputStream object.

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

void
void
void
void
void
void
void
void
void
void
void
ChannelEventAdapter.onDataSent(Channel channel, byte[] data)
void
ChannelEventListener.onDataSent(Channel channel, byte[] data)
boolean
boolean
void
void
void
ConnectionProtocol.sendChannelExtData(Channel channel, int extendedType, byte[] data)
void
void
boolean
ConnectionProtocol.sendChannelRequest(Channel channel, String requestType, boolean wantReply, byte[] requestData)
void
void
void

Methods with return type com.sshtools.j2ssh.connection.Channel

Channel
ChannelFactory.createChannel(String channelType, byte[] requestData)

Uses in package com.sshtools.daemon.forwarding

Methods with return type com.sshtools.j2ssh.connection.Channel

Channel
ForwardingServer.createChannel(String channelType, byte[] requestData)

Uses in package com.sshtools.j2ssh.forwarding

Classes derived from com.sshtools.j2ssh.connection.Channel

class
class
class

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

void
void
void
void
void

Methods with return type com.sshtools.j2ssh.connection.Channel

Channel
ForwardingClient.createChannel(String channelType, byte[] requestData)

Uses in package com.sshtools.j2ssh.session

Classes derived from com.sshtools.j2ssh.connection.Channel

class

Uses in package com.sshtools.j2ssh.subsystem

Classes derived from com.sshtools.j2ssh.connection.Channel

class

Uses in package com.sshtools.j2ssh

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

boolean
Determine whether the channel supplied is an active channel
boolean
Open's a channel.

Uses in package com.sshtools.daemon.session

Classes derived from com.sshtools.j2ssh.connection.Channel

class

Methods with return type com.sshtools.j2ssh.connection.Channel

Channel
SessionChannelFactory.createChannel(String channelType, byte[] requestData)

Uses in package com.sshtools.common.ui

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

void
void
boolean
Opens a channel on the managed connection.
boolean
Implementation of the SessionManager method, this simply calls the SshClient method openChannel.
boolean
Implementation of the SessionManager method, this simply calls the SshClient method openChannel.

Uses in package com.sshtools.j2ssh.agent

Classes derived from com.sshtools.j2ssh.connection.Channel

class

Uses in package com.sshtools.j2ssh.sftp

Classes derived from com.sshtools.j2ssh.connection.Channel

class

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