Package com.sshtools.synergy.nio
Class DefaultSocketConnectionFactory
java.lang.Object
com.sshtools.synergy.nio.DefaultSocketConnectionFactory
- All Implemented Interfaces:
SocketConnectionFactory
Create a default SocketConnection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSocketConnection(SshEngineContext context, SocketAddress localAddress, SocketAddress remoteAddress)
-
Constructor Details
-
DefaultSocketConnectionFactory
public DefaultSocketConnectionFactory()
-
-
Method Details
-
createSocketConnection
public SocketConnection createSocketConnection(SshEngineContext context, SocketAddress localAddress, SocketAddress remoteAddress) throws IOException - Specified by:
createSocketConnectionin interfaceSocketConnectionFactory- Throws:
IOException
-