Package | Description |
---|---|
org.springframework.integration.ip.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpConnectionFactoryFactoryBean.setNioConnectionSupport(TcpNioConnectionSupport tcpNioSupport)
Rare property - not exposed through namespace
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTcpNioConnectionSupport
Implementation of
TcpNioConnectionSupport for non-SSL
NIO connections. |
class |
DefaultTcpNioSSLConnectionSupport
Implementation of
TcpNioConnectionSupport for SSL
NIO connections. |
Modifier and Type | Method and Description |
---|---|
void |
TcpNioServerConnectionFactory.setTcpNioConnectionSupport(TcpNioConnectionSupport tcpNioSupport) |
void |
TcpNioClientConnectionFactory.setTcpNioConnectionSupport(TcpNioConnectionSupport tcpNioSupport) |
Copyright © 2017. All rights reserved.