Class TcpServerConnectionFactorySpec<S extends TcpServerConnectionFactorySpec<S,C>,C extends AbstractServerConnectionFactory>  
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
 
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec<S,C>
 
org.springframework.integration.ip.dsl.TcpServerConnectionFactorySpec<S,C> 
- Type Parameters:
- S- the target- TcpServerConnectionFactorySpecimplementation type.
- C- the target- AbstractServerConnectionFactoryimplementation type.
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<C>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle
- Direct Known Subclasses:
- TcpNetServerConnectionFactorySpec,- TcpNioServerConnectionFactorySpec
public abstract class TcpServerConnectionFactorySpec<S extends TcpServerConnectionFactorySpec<S,C>,C extends AbstractServerConnectionFactory>  
extends AbstractConnectionFactorySpec<S,C> 
- Since:
- 5.0
- Author:
- Gary Russell, Artem Bilan
- 
Field SummaryFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.integration.ip.dsl.AbstractConnectionFactorySpecdeserializer, 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 java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
TcpServerConnectionFactorySpecCreate an instance.- Parameters:
- cf- the connection factory.
- Since:
- 6.0.3
 
 
- 
- 
Method Details- 
localAddress- Parameters:
- localAddress- the local address.
- Returns:
- the spec.
- See Also:
 
- 
backlog- Parameters:
- backlog- the backlog.
- Returns:
- the spec.
- See Also:
 
 
-