Class DefaultSocketFactory

  • All Implemented Interfaces:
    de.jnkconsulting.e3dc.easyrscp.api.connection.SocketFactory

    
    public final class DefaultSocketFactory
     implements SocketFactory
                        

    Simple 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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Socket createSocket(E3DCConnectionData connectionData)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSocketFactory

        DefaultSocketFactory()