Package | Description |
---|---|
org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpNioSSLConnection
Implementation of
TcpConnection supporting SSL/TLS over NIO. |
Modifier and Type | Method and Description |
---|---|
TcpNioConnection |
DefaultTcpNioConnectionSupport.createNewConnection(SocketChannel socketChannel,
boolean server,
boolean lookupHost,
org.springframework.context.ApplicationEventPublisher applicationEventPublisher,
String connectionFactoryName) |
TcpNioConnection |
TcpNioConnectionSupport.createNewConnection(SocketChannel socketChannel,
boolean server,
boolean lookupHost,
org.springframework.context.ApplicationEventPublisher applicationEventPublisher,
String connectionFactoryName)
Create a new
TcpNioConnection object wrapping the SocketChannel |
TcpNioConnection |
DefaultTcpNioSSLConnectionSupport.createNewConnection(SocketChannel socketChannel,
boolean server,
boolean lookupHost,
org.springframework.context.ApplicationEventPublisher applicationEventPublisher,
String connectionFactoryName)
Creates a
TcpNioSSLConnection . |
Modifier and Type | Method and Description |
---|---|
protected Map<SocketChannel,TcpNioConnection> |
TcpNioServerConnectionFactory.getConnections() |
protected Map<SocketChannel,TcpNioConnection> |
TcpNioClientConnectionFactory.getConnections() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnectionFactory.processNioSelections(int selectionCount,
Selector selector,
ServerSocketChannel server,
Map<SocketChannel,TcpNioConnection> connections)
Times out any expired connections then, if
selectionCount > 0 ,
processes the selected keys. |
Copyright © 2016. All rights reserved.