Uses of Class
com.sshtools.j2ssh.connection.ConnectionProtocol
Packages that use ConnectionProtocol
Package
Description
-
Uses of ConnectionProtocol in com.sshtools.daemon
Methods in com.sshtools.daemon with parameters of type ConnectionProtocolModifier and TypeMethodDescriptionprotected abstract void
SshServer.configureServices
(ConnectionProtocol connection) -
Uses of ConnectionProtocol in com.sshtools.daemon.forwarding
Constructors in com.sshtools.daemon.forwarding with parameters of type ConnectionProtocolModifierConstructorDescriptionForwardingServer
(ConnectionProtocol connection) Creates a new ForwardingServer object. -
Uses of ConnectionProtocol in com.sshtools.j2ssh
Fields in com.sshtools.j2ssh declared as ConnectionProtocolModifier and TypeFieldDescriptionprotected ConnectionProtocol
SshClient.connection
The SSH Connection protocol implementation for this SSH client. -
Uses of ConnectionProtocol in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent with parameters of type ConnectionProtocolModifier and TypeMethodDescriptionstatic SshAgentForwardingListener
SshAgentForwardingListener.getInstance
(String sessionId, ConnectionProtocol connection) -
Uses of ConnectionProtocol in com.sshtools.j2ssh.connection
Fields in com.sshtools.j2ssh.connection declared as ConnectionProtocolMethods in com.sshtools.j2ssh.connection with parameters of type ConnectionProtocolModifier and TypeMethodDescriptionprotected void
Channel.init
(ConnectionProtocol connection, long localChannelId, long senderChannelId, long initialWindowSize, long maximumPacketSize) protected void
Channel.init
(ConnectionProtocol connection, long localChannelId, long senderChannelId, long initialWindowSize, long maximumPacketSize, ChannelEventListener eventListener) protected void
IOChannel.init
(ConnectionProtocol connection, long localChannelId, long senderChannelId, long initialWindowSize, long maximumPacketSize) -
Uses of ConnectionProtocol in com.sshtools.j2ssh.forwarding
Constructors in com.sshtools.j2ssh.forwarding with parameters of type ConnectionProtocolModifierConstructorDescriptionClientForwardingListener
(String name, ConnectionProtocol connection, String addressToBind, int portToBind, String hostToConnect, int portToConnect) ForwardingClient
(ConnectionProtocol connection) Creates a new ForwardingClient object.ForwardingListener
(ConnectionProtocol connection, String addressToBind, int portToBind) Creates a new ForwardingListener object.ForwardingListener
(String name, ConnectionProtocol connection, String addressToBind, int portToBind, String hostToConnect, int portToConnect) Creates a new ForwardingListener object.