Class TcpNetServerConnectionFactorySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<TcpNetServerConnectionFactorySpec, TcpNetServerConnectionFactory>
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec<TcpNetServerConnectionFactorySpec, TcpNetServerConnectionFactory>
org.springframework.integration.ip.dsl.TcpServerConnectionFactorySpec<TcpNetServerConnectionFactorySpec, TcpNetServerConnectionFactory>
org.springframework.integration.ip.dsl.TcpNetServerConnectionFactorySpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<TcpNetServerConnectionFactory>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle
public class TcpNetServerConnectionFactorySpec
extends TcpServerConnectionFactorySpec<TcpNetServerConnectionFactorySpec, TcpNetServerConnectionFactory>
- Since:
- 6.0.3
- Author:
- Gary Russell
- 
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 SummaryModifier and TypeMethodDescriptionconnectionSupport(TcpNetConnectionSupport connectionSupport) TheTcpNetConnectionSupportto use to create connection objects.socketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) Set theTcpSocketFactorySupportused to create server sockets.Methods inherited from class org.springframework.integration.ip.dsl.TcpServerConnectionFactorySpecbacklog, localAddressMethods 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- 
TcpNetServerConnectionFactorySpecprotected TcpNetServerConnectionFactorySpec(int port) 
 
- 
- 
Method Details- 
connectionSupportpublic TcpNetServerConnectionFactorySpec connectionSupport(TcpNetConnectionSupport connectionSupport) TheTcpNetConnectionSupportto use to create connection objects.- Parameters:
- connectionSupport- the- TcpNetConnectionSupport.
- Returns:
- the spec.
- See Also:
 
- 
socketFactorySupportpublic TcpNetServerConnectionFactorySpec socketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) Set theTcpSocketFactorySupportused to create server sockets.- Parameters:
- tcpSocketFactorySupport- the- TcpSocketFactorySupport
- Returns:
- the spec.
- See Also:
 
 
-