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.setSocketSupport(TcpSocketSupport tcpSocketSupport) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTcpSocketSupport
Default implementation of
TcpSocketSupport ; makes no
changes to sockets. |
Modifier and Type | Method and Description |
---|---|
protected TcpSocketSupport |
AbstractConnectionFactory.getTcpSocketSupport() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectionFactory.setTcpSocketSupport(TcpSocketSupport tcpSocketSupport) |
Copyright © 2015. All rights reserved.