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 TypeClassDescriptionclassBase class for all server connection factories.classImplements a server connection factory that producesTcpNetConnections using aServerSocket.class/** Implements a server connection factory that producesTcpNioConnections using aServerSocketChannel.Constructors in org.springframework.integration.ip.tcp.connection with parameters of type TcpServerConnectionFactoryModifierConstructorDescriptionTcpConnectionServerListeningEvent(TcpServerConnectionFactory connectionFactory, int port)