Frames | No Frames |
Fields of type com.sshtools.j2ssh.connection.ConnectionProtocol | |
ConnectionProtocol | The SSH Connection protocol implementation for this SSH client. |
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) |
Constructors with parameter type com.sshtools.j2ssh.connection.ConnectionProtocol | |
Creates a new ForwardingServer object. |
Methods with parameter type com.sshtools.j2ssh.connection.ConnectionProtocol | |
void |
Methods with parameter type com.sshtools.j2ssh.connection.ConnectionProtocol | |
SshAgentForwardingListener |
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. |