Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpNetConnectionSupport
Packages that use TcpNetConnectionSupport
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 TcpNetConnectionSupport in org.springframework.integration.ip.config
Methods in org.springframework.integration.ip.config with parameters of type TcpNetConnectionSupportModifier and TypeMethodDescriptionvoidTcpConnectionFactoryFactoryBean.setNetConnectionSupport(TcpNetConnectionSupport tcpNetSupport) -
Uses of TcpNetConnectionSupport in org.springframework.integration.ip.tcp.connection
Classes in org.springframework.integration.ip.tcp.connection that implement TcpNetConnectionSupportMethods in org.springframework.integration.ip.tcp.connection with parameters of type TcpNetConnectionSupportModifier and TypeMethodDescriptionvoidTcpNetClientConnectionFactory.setTcpNetConnectionSupport(TcpNetConnectionSupport connectionSupport) Set theTcpNetConnectionSupportto use to create connection objects.voidTcpNetServerConnectionFactory.setTcpNetConnectionSupport(TcpNetConnectionSupport connectionSupport) Set theTcpNetConnectionSupportto use to create connection objects.