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

Uses in package com.sshtools.j2ssh.connection

Fields of type com.sshtools.j2ssh.connection.ConnectionProtocol

ConnectionProtocol

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

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

Uses in package com.sshtools.j2ssh.agent

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

SshAgentForwardingListener

Uses in package com.sshtools.daemon

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

void

Uses in package com.sshtools.daemon.forwarding

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

Creates a new ForwardingServer object.

Uses in package com.sshtools.j2ssh.forwarding

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

ForwardingClient.ClientForwardingListener.ClientForwardingListener(String name, ConnectionProtocol connection, String addressToBind, int portToBind, String hostToConnect, int portToConnect)
Creates a new ForwardingListener object.
Creates a new ForwardingClient object.
ForwardingListener.ForwardingListener(String name, ConnectionProtocol connection, String addressToBind, int portToBind, String hostToConnect, int portToConnect)
Creates a new ForwardingListener object.
ForwardingListener.ForwardingListener(ConnectionProtocol connection, String addressToBind, int portToBind)
Creates a new ForwardingListener object.

Uses in package com.sshtools.j2ssh

Fields of type com.sshtools.j2ssh.connection.ConnectionProtocol

ConnectionProtocol
The SSH Connection protocol implementation for this SSH client.

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