Package com.sshtools.synergy.nio
Interface SocketConnectionFactory
- All Known Implementing Classes:
DefaultSocketConnectionFactory
public interface SocketConnectionFactory
Interface for creating SocketConnection objects.
-
Method Summary
Modifier and TypeMethodDescriptioncreateSocketConnection(SshEngineContext context, SocketAddress localAddress, SocketAddress remoteAddress)
-
Method Details
-
createSocketConnection
SocketConnection createSocketConnection(SshEngineContext context, SocketAddress localAddress, SocketAddress remoteAddress) throws IOException - Throws:
IOException
-