Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpSocketSupport
Packages that use TcpSocketSupport
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 TcpSocketSupport in org.springframework.integration.ip.config
Methods in org.springframework.integration.ip.config with parameters of type TcpSocketSupportModifier and TypeMethodDescriptionvoid
TcpConnectionFactoryFactoryBean.setSocketSupport
(TcpSocketSupport tcpSocketSupport) -
Uses of TcpSocketSupport in org.springframework.integration.ip.dsl
Methods in org.springframework.integration.ip.dsl with parameters of type TcpSocketSupportModifier and TypeMethodDescriptionAbstractConnectionFactorySpec.socketSupport
(TcpSocketSupport tcpSocketSupport) -
Uses of TcpSocketSupport in org.springframework.integration.ip.tcp.connection
Classes in org.springframework.integration.ip.tcp.connection that implement TcpSocketSupportModifier and TypeClassDescriptionclass
Default implementation ofTcpSocketSupport
; makes no changes to sockets.Methods in org.springframework.integration.ip.tcp.connection that return TcpSocketSupportModifier and TypeMethodDescriptionprotected TcpSocketSupport
AbstractConnectionFactory.getTcpSocketSupport()
Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpSocketSupportModifier and TypeMethodDescriptionvoid
AbstractConnectionFactory.setTcpSocketSupport
(TcpSocketSupport tcpSocketSupport) void
ThreadAffinityClientConnectionFactory.setTcpSocketSupport
(TcpSocketSupport tcpSocketSupport)