Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpSocketFactorySupport
Packages that use TcpSocketFactorySupport
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 TcpSocketFactorySupport in org.springframework.integration.ip.config
Methods in org.springframework.integration.ip.config with parameters of type TcpSocketFactorySupportModifier and TypeMethodDescriptionvoidTcpConnectionFactoryFactoryBean.setSocketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) -
Uses of TcpSocketFactorySupport in org.springframework.integration.ip.tcp.connection
Classes in org.springframework.integration.ip.tcp.connection that implement TcpSocketFactorySupportModifier and TypeClassDescriptionclassImplementation of TcpSocketFactorySupport for non-SSL socketsServerSocketandSocket.classMethods in org.springframework.integration.ip.tcp.connection that return TcpSocketFactorySupportModifier and TypeMethodDescriptionprotected TcpSocketFactorySupportTcpNetClientConnectionFactory.getTcpSocketFactorySupport()protected TcpSocketFactorySupportTcpNetServerConnectionFactory.getTcpSocketFactorySupport()Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpSocketFactorySupportModifier and TypeMethodDescriptionvoidTcpNetClientConnectionFactory.setTcpSocketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) voidTcpNetServerConnectionFactory.setTcpSocketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport)