Spring Integration

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

java.lang.Object
  extended by org.springframework.integration.ip.tcp.connection.DefaultTcpNioConnectionSupport
All Implemented Interfaces:
TcpNioConnectionSupport

public class DefaultTcpNioConnectionSupport
extends java.lang.Object
implements TcpNioConnectionSupport

Implementation of TcpNioConnectionSupport for non-SSL NIO connections.

Since:
2.2
Author:
Gary Russell

Constructor Summary
DefaultTcpNioConnectionSupport()
           
 
Method Summary
 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

DefaultTcpNioConnectionSupport

public DefaultTcpNioConnectionSupport()
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

Spring Integration