Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpSSLContextSupport
Packages that use 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
Methods in org.springframework.integration.ip.config with parameters of type TcpSSLContextSupportModifier and TypeMethodDescriptionvoidTcpConnectionFactoryFactoryBean.setSslContextSupport(TcpSSLContextSupport sslContextSupport) -
Uses of TcpSSLContextSupport in org.springframework.integration.ip.tcp.connection
Classes in org.springframework.integration.ip.tcp.connection that implement TcpSSLContextSupportModifier and TypeClassDescriptionclassDefault implementation ofTcpSSLContextSupport; uses a 'TLS' (by default)SSLContext, initialized with 'JKS' keystores, managed by 'SunX509' Key and Trust managers.Constructors in org.springframework.integration.ip.tcp.connection with parameters of type TcpSSLContextSupportModifierConstructorDescriptionDefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport sslContextSupport) DefaultTcpNioSSLConnectionSupport(TcpSSLContextSupport sslContextSupport) Create an instance with host verification enabled.DefaultTcpNioSSLConnectionSupport(TcpSSLContextSupport sslContextSupport, boolean sslVerifyHost) Create an instance.