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.setSocketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTcpNetSocketFactorySupport
Implementation of TcpSocketFactorySupport
for non-SSL sockets
ServerSocket and
Socket . |
class |
DefaultTcpNetSSLSocketFactorySupport
Implementation of TcpSocketFactorySupport
for SSL sockets
SSLServerSocket and
SSLSocket . |
Modifier and Type | Method and Description |
---|---|
protected TcpSocketFactorySupport |
TcpNetServerConnectionFactory.getTcpSocketFactorySupport() |
protected TcpSocketFactorySupport |
TcpNetClientConnectionFactory.getTcpSocketFactorySupport() |
Modifier and Type | Method and Description |
---|---|
void |
TcpNetServerConnectionFactory.setTcpSocketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) |
void |
TcpNetClientConnectionFactory.setTcpSocketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) |
Copyright © 2017. All rights reserved.