Uses of Class
com.sshtools.synergy.ssh.Connection
Packages that use Connection
-
Uses of Connection in com.sshtools.synergy.nio
Methods in com.sshtools.synergy.nio that return ConnectionModifier and TypeMethodDescriptionConnection<?>ConnectRequestFuture.getConnection()Connection<? extends SshContext>ProtocolEngine.getConnection()Connection<? extends SshContext>SocketConnection.getConnection()Connection<? extends SshContext>SocketHandler.getConnection()Get the Connection for this handlerMethods in com.sshtools.synergy.nio with parameters of type ConnectionModifier and TypeMethodDescriptionvoidConnectRequestFuture.connected(ProtocolEngine transport, Connection<?> con) -
Uses of Connection in com.sshtools.synergy.ssh
Fields in com.sshtools.synergy.ssh declared as ConnectionModifier and TypeFieldDescriptionprotected Connection<T>ConnectionProtocol.conprotected Connection<T>TransportProtocol.conMethods in com.sshtools.synergy.ssh that return ConnectionModifier and TypeMethodDescriptionChannelNG.getConnection()static Connection<?>ConnectionManager.getConnection(String id) ConnectionProtocol.getConnection()TransportProtocol.getConnection()ConnectionManager.getConnectionById(String sessionid) ConnectionManager.registerConnection(ConnectionProtocol<T> connection) ConnectionManager.registerTransport(TransportProtocol<T> transport, T sshContext) Methods in com.sshtools.synergy.ssh with parameters of type ConnectionModifier and TypeMethodDescriptionvoidConnectionLoggingContext.close(Connection<?> con) ConnectionProtocol.createChannel(String channeltype, Connection<T> con) voidConnectionLoggingContext.open(Connection<?> con) intForwardingManager.startListening(String addressToBind, int portToBind, Connection<T> con, String destinationHost, int destinationPort) voidForwardingManager.stopForwarding(Connection<T> con) voidForwardingManager.stopForwarding(String key, Connection<T> con) booleanForwardingManager.stopListening(String key, boolean dropActiveTunnels, Connection<T> connection) booleanForwardingManager.stopListening(String addressToBind, int portToBind, boolean dropActiveTunnels, Connection<T> connection) Stop remote forwarding.