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.setSslContextSupport(TcpSSLContextSupport sslContextSupport) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTcpSSLContextSupport
Default implementation of
TcpSSLContextSupport ; uses a
'TLS' (by default) SSLContext , initialized with 'JKS'
keystores, managed by 'SunX509' Key and Trust managers. |
Constructor and Description |
---|
DefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport sslContextSupport) |
DefaultTcpNioSSLConnectionSupport(TcpSSLContextSupport sslContextSupport) |
Copyright © 2016. All rights reserved.