Class TcpNetClientConnectionFactorySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<TcpNetClientConnectionFactorySpec, TcpNetClientConnectionFactory>
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec<TcpNetClientConnectionFactorySpec, TcpNetClientConnectionFactory>
org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec<TcpNetClientConnectionFactorySpec, TcpNetClientConnectionFactory>
org.springframework.integration.ip.dsl.TcpNetClientConnectionFactorySpec
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<TcpNetClientConnectionFactory>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
public class TcpNetClientConnectionFactorySpec
extends TcpClientConnectionFactorySpec<TcpNetClientConnectionFactorySpec, TcpNetClientConnectionFactory>
- Since:
- 6.0.3
-
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectionSupport(TcpNetConnectionSupport connectionSupport) TheTcpNetConnectionSupportto use to create connection objects.socketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) Set theTcpSocketFactorySupportused to create server sockets.Methods inherited from class TcpClientConnectionFactorySpec
connectTimeoutMethods inherited from class AbstractConnectionFactorySpec
deserializer, id, interceptorFactoryChain, leaveOpen, lookupHost, mapper, nioHarvestInterval, readDelay, serializer, singleUseConnections, socketSupport, soKeepAlive, soLinger, soReceiveBufferSize, soSendBufferSize, soTcpNoDelay, soTimeout, soTrafficClass, taskExecutorMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingletonMethods inherited from interface org.springframework.context.SmartLifecycle
isPauseable
-
Constructor Details
-
TcpNetClientConnectionFactorySpec
-
-
Method Details
-
connectionSupport
public TcpNetClientConnectionFactorySpec connectionSupport(TcpNetConnectionSupport connectionSupport) TheTcpNetConnectionSupportto use to create connection objects.- Parameters:
connectionSupport- theTcpNetConnectionSupport.- Returns:
- the spec.
- See Also:
-
socketFactorySupport
public TcpNetClientConnectionFactorySpec socketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) Set theTcpSocketFactorySupportused to create server sockets.- Parameters:
tcpSocketFactorySupport- theTcpSocketFactorySupport- Returns:
- the spec.
- See Also:
-