Spring Integration

org.springframework.integration.ip.tcp.connection
Class DefaultTcpNioSSLConnectionSupport

java.lang.Object
  extended by org.springframework.integration.ip.tcp.connection.DefaultTcpNioSSLConnectionSupport
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, TcpNioConnectionSupport

public class DefaultTcpNioSSLConnectionSupport
extends java.lang.Object
implements TcpNioConnectionSupport, org.springframework.beans.factory.InitializingBean

Implementation of TcpNioConnectionSupport for SSL NIO connections.

Since:
2.2
Author:
Gary Russell

Constructor Summary
DefaultTcpNioSSLConnectionSupport(TcpSSLContextSupport sslContextSupport)
           
 
Method Summary
 void afterPropertiesSet()
           
 TcpNioConnection createNewConnection(java.nio.channels.SocketChannel socketChannel, boolean server, boolean lookupHost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTcpNioSSLConnectionSupport

public DefaultTcpNioSSLConnectionSupport(TcpSSLContextSupport sslContextSupport)
Method Detail

createNewConnection

public TcpNioConnection createNewConnection(java.nio.channels.SocketChannel socketChannel,
                                            boolean server,
                                            boolean lookupHost)
                                     throws java.lang.Exception
Specified by:
createNewConnection in interface TcpNioConnectionSupport
Throws:
java.lang.Exception

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

Spring Integration