Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpSSLContextSupport
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of TcpSSLContextSupport in org.springframework.integration.ip.config
Modifier and TypeMethodDescriptionvoid
TcpConnectionFactoryFactoryBean.setSslContextSupport
(TcpSSLContextSupport sslContextSupport) -
Uses of TcpSSLContextSupport in org.springframework.integration.ip.tcp.connection
Modifier and TypeClassDescriptionclass
Default implementation ofTcpSSLContextSupport
; uses a 'TLS' (by default)SSLContext
, initialized with 'JKS' keystores, managed by 'SunX509' Key and Trust managers.ModifierConstructorDescriptionDefaultTcpNetSSLSocketFactorySupport
(TcpSSLContextSupport sslContextSupport) DefaultTcpNioSSLConnectionSupport
(TcpSSLContextSupport sslContextSupport) Create an instance with host verification enabled.DefaultTcpNioSSLConnectionSupport
(TcpSSLContextSupport sslContextSupport, boolean sslVerifyHost) Create an instance.