Class DefaultTcpNetSSLSocketFactorySupport

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

public class DefaultTcpNetSSLSocketFactorySupport
extends java.lang.Object
implements TcpSocketFactorySupport
Implementation of TcpSocketFactorySupport for SSL sockets SSLServerSocket and SSLSocket.
Since:
2.2
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultTcpNetSSLSocketFactorySupport​(TcpSSLContextSupport sslContextSupport)  
  • 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