Class DefaultTcpNetSocketFactorySupport

java.lang.Object
org.springframework.integration.ip.tcp.connection.DefaultTcpNetSocketFactorySupport
All Implemented Interfaces:
TcpSocketFactorySupport

public class DefaultTcpNetSocketFactorySupport
extends java.lang.Object
implements TcpSocketFactorySupport
Implementation of TcpSocketFactorySupport for non-SSL sockets ServerSocket and Socket.
Since:
2.2
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultTcpNetSocketFactorySupport()  
  • Method Summary

    Modifier and Type Method Description
    javax.net.ServerSocketFactory getServerSocketFactory()
    Supplies the ServerSocketFactory to be used to create new ServerSockets.
    javax.net.SocketFactory getSocketFactory()
    Supplies the SocketFactory to be used to create new Sockets.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait