Spring Integration

org.springframework.integration.ip.tcp.connection
Interface TcpNioConnectionSupport

All Known Implementing Classes:
DefaultTcpNioConnectionSupport, DefaultTcpNioSSLConnectionSupport

public interface TcpNioConnectionSupport

Used by NIO connection factories to instantiate a TcpNioConnection object. Implementations for SSL and non-SSL TcpNioConnections are provided.

Since:
2.2
Author:
Gary Russell

Method Summary
 TcpNioConnection createNewConnection(java.nio.channels.SocketChannel socketChannel, boolean server, boolean lookupHost)
           
 

Method Detail

createNewConnection

TcpNioConnection createNewConnection(java.nio.channels.SocketChannel socketChannel,
                                     boolean server,
                                     boolean lookupHost)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

Spring Integration