Uses of Class
org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactoryChain
Packages that use TcpConnectionInterceptorFactoryChain
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides TCP/UDP Component support for the Java DSL.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of TcpConnectionInterceptorFactoryChain in org.springframework.integration.ip.config
Methods in org.springframework.integration.ip.config with parameters of type TcpConnectionInterceptorFactoryChainModifier and TypeMethodDescriptionvoidTcpConnectionFactoryFactoryBean.setInterceptorFactoryChain(TcpConnectionInterceptorFactoryChain interceptorFactoryChain) -
Uses of TcpConnectionInterceptorFactoryChain in org.springframework.integration.ip.dsl
Methods in org.springframework.integration.ip.dsl with parameters of type TcpConnectionInterceptorFactoryChainModifier and TypeMethodDescriptionAbstractConnectionFactorySpec.interceptorFactoryChain(TcpConnectionInterceptorFactoryChain interceptorFactoryChain) -
Uses of TcpConnectionInterceptorFactoryChain in org.springframework.integration.ip.tcp.connection
Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpConnectionInterceptorFactoryChainModifier and TypeMethodDescriptionvoidAbstractConnectionFactory.setInterceptorFactoryChain(TcpConnectionInterceptorFactoryChain interceptorFactoryChain) voidCachingClientConnectionFactory.setInterceptorFactoryChain(TcpConnectionInterceptorFactoryChain interceptorFactoryChain) voidThreadAffinityClientConnectionFactory.setInterceptorFactoryChain(TcpConnectionInterceptorFactoryChain interceptorFactoryChain)