Uses of Class
com.sshtools.synergy.nio.SocketConnection
Packages that use SocketConnection
-
Uses of SocketConnection in com.sshtools.synergy.nio
Methods in com.sshtools.synergy.nio that return SocketConnectionModifier and TypeMethodDescriptionDefaultSocketConnectionFactory.createSocketConnection(SshEngineContext context, SocketAddress localAddress, SocketAddress remoteAddress) SocketConnectionFactory.createSocketConnection(SshEngineContext context, SocketAddress localAddress, SocketAddress remoteAddress) ProtocolEngine.getSocketConnection()Get theSocketConnectionfor this connection.Methods in com.sshtools.synergy.nio with parameters of type SocketConnectionModifier and TypeMethodDescriptionvoidProtocolEngine.onSocketConnect(SocketConnection connection) The socket is connected and the protocol can now start. -
Uses of SocketConnection in com.sshtools.synergy.nio.ssl
Subclasses of SocketConnection in com.sshtools.synergy.nio.sslModifier and TypeClassDescriptionclassThis class implements an SSL socket connection for the custom server.classThis class implements an SSL socket connection for the custom server. -
Uses of SocketConnection in com.sshtools.synergy.ssh
Fields in com.sshtools.synergy.ssh declared as SocketConnectionMethods in com.sshtools.synergy.ssh that return SocketConnectionMethods in com.sshtools.synergy.ssh with parameters of type SocketConnectionModifier and TypeMethodDescriptionprotected abstract booleanTransportProtocol.canConnect(SocketConnection connection) voidTransportProtocol.onSocketConnect(SocketConnection connection)