Uses of Class
org.springframework.integration.ip.tcp.connection.TcpNioConnection
Packages that use 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
Subclasses of TcpNioConnection in org.springframework.integration.ip.tcp.connectionModifier and TypeClassDescriptionclass
Implementation ofTcpConnection
supporting SSL/TLS over NIO.Methods in org.springframework.integration.ip.tcp.connection that return TcpNioConnectionModifier 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
.Methods in org.springframework.integration.ip.tcp.connection that return types with arguments of type TcpNioConnectionModifier and TypeMethodDescriptionprotected Map<SocketChannel,
TcpNioConnection> TcpNioClientConnectionFactory.getConnections()
protected Map<SocketChannel,
TcpNioConnection> TcpNioServerConnectionFactory.getConnections()
Method parameters in org.springframework.integration.ip.tcp.connection with type arguments of type TcpNioConnectionModifier 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.