Class DefaultSocketFactory
-
- All Implemented Interfaces:
-
de.jnkconsulting.e3dc.easyrscp.api.connection.SocketFactory
public final class DefaultSocketFactory implements SocketFactorySimple implementation of the SocketFactory.
Sockets are configured with tcpNoDelay = false (See Socket.getTcpNoDelay) and soTimeout (See Socket.getSoTimeout) from the E3DCConnectionData object.
- Since:
2.0
-
-
Constructor Summary
Constructors Constructor Description DefaultSocketFactory()
-
Method Summary
Modifier and Type Method Description SocketcreateSocket(E3DCConnectionData connectionData)-
-
Method Detail
-
createSocket
Socket createSocket(E3DCConnectionData connectionData)
-
-
-
-