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

Uses in package com.sshtools.j2ssh

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

void
SshClient.allowChannelOpen(String channelName, ChannelFactory cf)
Instructs the underlying connection protocol to allow channels of the given type to be opened by the server.

Uses in package com.sshtools.j2ssh.connection

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

void

Uses in package com.sshtools.daemon.session

Classes implementing com.sshtools.j2ssh.connection.ChannelFactory

class

Uses in package com.sshtools.common.ui

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

void
Adds a channel factory to the managed connection.
void
Implemenation of the SessionManager method, simply calls the SshClient method allowChannelOpen.
void
Implemenation of the SessionManager method, simply calls the SshClient method allowChannelOpen.

Uses in package com.sshtools.daemon.forwarding

Classes implementing com.sshtools.j2ssh.connection.ChannelFactory

class

Uses in package com.sshtools.j2ssh.forwarding

Classes implementing com.sshtools.j2ssh.connection.ChannelFactory

class

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