Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpServerConnectionFactory
Packages that use TcpServerConnectionFactory
Package
Description
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of TcpServerConnectionFactory in org.springframework.integration.ip.tcp.connection
Classes in org.springframework.integration.ip.tcp.connection that implement TcpServerConnectionFactoryModifier and TypeClassDescriptionclass
Base class for all server connection factories.class
Implements a server connection factory that producesTcpNetConnection
s using aServerSocket
.class
/** Implements a server connection factory that producesTcpNioConnection
s using aServerSocketChannel
.Constructors in org.springframework.integration.ip.tcp.connection with parameters of type TcpServerConnectionFactoryModifierConstructorDescriptionTcpConnectionServerListeningEvent
(TcpServerConnectionFactory connectionFactory, int port)