Uses of Interface
org.springframework.integration.ip.tcp.connection.ConnectionFactory
Packages that use ConnectionFactory
Package
Description
Base package for TCP Support.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of ConnectionFactory in org.springframework.integration.ip.tcp
Methods in org.springframework.integration.ip.tcp that return ConnectionFactoryModifier and TypeMethodDescriptionprotected ConnectionFactoryTcpReceivingChannelAdapter.getClientConnectionFactory()protected ConnectionFactoryTcpSendingMessageHandler.getClientConnectionFactory()protected ConnectionFactoryTcpReceivingChannelAdapter.getServerConnectionFactory()protected ConnectionFactoryTcpSendingMessageHandler.getServerConnectionFactory() -
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 the write succeeds 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.