Uses of Class
org.springframework.integration.ip.tcp.connection.TcpNioConnection
Package
Description
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of TcpNioConnection in org.springframework.integration.ip.tcp.connection
Modifier and TypeClassDescriptionclass
Implementation ofTcpConnection
supporting SSL/TLS over NIO.Modifier and TypeMethodDescriptionDefaultTcpNioConnectionSupport.createNewConnection
(SocketChannel socketChannel, boolean server, boolean lookupHost, ApplicationEventPublisher applicationEventPublisher, String connectionFactoryName) DefaultTcpNioSSLConnectionSupport.createNewConnection
(SocketChannel socketChannel, boolean server, boolean lookupHost, ApplicationEventPublisher applicationEventPublisher, String connectionFactoryName) Creates aTcpNioSSLConnection
.TcpNioConnectionSupport.createNewConnection
(SocketChannel socketChannel, boolean server, boolean lookupHost, ApplicationEventPublisher applicationEventPublisher, String connectionFactoryName) Create a newTcpNioConnection
object wrapping theSocketChannel
.Modifier and TypeMethodDescriptionprotected Map<SocketChannel,
TcpNioConnection> TcpNioClientConnectionFactory.getConnections()
protected Map<SocketChannel,
TcpNioConnection> TcpNioServerConnectionFactory.getConnections()
Modifier and TypeMethodDescriptionprotected void
AbstractConnectionFactory.processNioSelections
(int selectionCount, Selector selector, ServerSocketChannel server, Map<SocketChannel, TcpNioConnection> connectionMap) Times out any expired connections then, ifselectionCount > 0
, processes the selected keys.