Uses of Class
org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
Packages that use AbstractClientConnectionFactory
Package
Description
Provides TCP/UDP Component support for the Java DSL.
Base package for TCP Support.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of AbstractClientConnectionFactory in org.springframework.integration.ip.dsl
Fields in org.springframework.integration.ip.dsl declared as AbstractClientConnectionFactoryModifier and TypeFieldDescriptionprotected final AbstractClientConnectionFactoryTcpOutboundGatewaySpec.connectionFactoryMethods in org.springframework.integration.ip.dsl with parameters of type AbstractClientConnectionFactoryModifier and TypeMethodDescriptionstatic TcpOutboundGatewaySpecTcp.outboundGateway(AbstractClientConnectionFactory connectionFactory) Create an outbound gateway using the supplied client connection factory.Constructors in org.springframework.integration.ip.dsl with parameters of type AbstractClientConnectionFactoryModifierConstructorDescriptionTcpOutboundGatewaySpec(AbstractClientConnectionFactory connectionFactoryBean) Construct an instance using an existing spring-managed connection factory. -
Uses of AbstractClientConnectionFactory in org.springframework.integration.ip.tcp
Methods in org.springframework.integration.ip.tcp with parameters of type AbstractClientConnectionFactoryModifier and TypeMethodDescriptionvoidTcpOutboundGateway.setConnectionFactory(AbstractClientConnectionFactory connectionFactory) -
Uses of AbstractClientConnectionFactory in org.springframework.integration.ip.tcp.connection
Modifier and TypeClassDescriptionclassConnection 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.classA client connection factory that createsTcpNioConnections.classA client connection factory that binds a connection to a thread.Constructors in org.springframework.integration.ip.tcp.connection with parameters of type AbstractClientConnectionFactoryModifierConstructorDescriptionCachingClientConnectionFactory(AbstractClientConnectionFactory target, int poolSize) Construct a caching connection factory that delegates to the provided factory, with the provided pool size.ThreadAffinityClientConnectionFactory(AbstractClientConnectionFactory connectionFactory) Constructor parameters in org.springframework.integration.ip.tcp.connection with type arguments of type AbstractClientConnectionFactoryModifierConstructorDescriptionConstruct an instance with the provided delegate factories.