Uses of Interface
org.springframework.integration.ip.tcp.connection.ConnectionFactory
Packages that use ConnectionFactory
Package
Description
All things related to tcp connections - client and
server factories; listener and sender interfaces.
Inbound channel adapters for TCP Support.
Outbound channel adapters for TCP Support.
-
Uses of ConnectionFactory in org.springframework.integration.ip.tcp.connection
Classes in org.springframework.integration.ip.tcp.connection that implement ConnectionFactoryModifier and TypeClassDescriptionclassAbstract class for client connection factories; client connection factories establish outgoing connections.classBase class for all connection factories.classBase class for all server connection factories.classConnection factory that caches connections from the underlying target factory.classGiven a list of connection factories, serves upTcpConnections that can iterate over a connection from each factory until thewritesucceeds or the list is exhausted.classA client connection factory that createsTcpNetConnections.classImplements a server connection factory that producesTcpNetConnections using aServerSocket.classA client connection factory that createsTcpNioConnections.class/** Implements a server connection factory that producesTcpNioConnections using aServerSocketChannel.classA client connection factory that binds a connection to a thread. -
Uses of ConnectionFactory in org.springframework.integration.ip.tcp.inbound
Methods in org.springframework.integration.ip.tcp.inbound that return ConnectionFactoryModifier and TypeMethodDescriptionprotected @Nullable ConnectionFactoryTcpReceivingChannelAdapter.getClientConnectionFactory()protected @Nullable ConnectionFactoryTcpReceivingChannelAdapter.getServerConnectionFactory() -
Uses of ConnectionFactory in org.springframework.integration.ip.tcp.outbound
Methods in org.springframework.integration.ip.tcp.outbound that return ConnectionFactoryModifier and TypeMethodDescriptionprotected @Nullable ConnectionFactoryTcpSendingMessageHandler.getClientConnectionFactory()protected @Nullable ConnectionFactoryTcpSendingMessageHandler.getServerConnectionFactory()