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 TcpNioConnection
s are provided.
- Since:
- 2.2
- Author:
- Gary Russell
createNewConnection
TcpNioConnection createNewConnection(java.nio.channels.SocketChannel socketChannel,
boolean server,
boolean lookupHost)
throws java.lang.Exception
- Throws:
java.lang.Exception