Class TcpServerConnectionFactorySpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec<TcpServerConnectionFactorySpec,AbstractServerConnectionFactory>
org.springframework.integration.ip.dsl.TcpServerConnectionFactorySpec
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<AbstractServerConnectionFactory>,org.springframework.beans.factory.InitializingBean,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public class TcpServerConnectionFactorySpec extends AbstractConnectionFactorySpec<TcpServerConnectionFactorySpec,AbstractServerConnectionFactory>
- Since:
- 5.0
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedTcpServerConnectionFactorySpec(int port)protectedTcpServerConnectionFactorySpec(int port, boolean nio) -
Method Summary
Modifier and Type Method Description TcpServerConnectionFactorySpecbacklog(int backlog)TcpServerConnectionFactorySpeclocalAddress(java.lang.String localAddress)Methods inherited from class org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec
deserializer, id, interceptorFactoryChain, leaveOpen, lookupHost, mapper, nioHarvestInterval, readDelay, serializer, singleUseConnections, soKeepAlive, soLinger, soReceiveBufferSize, soSendBufferSize, soTcpNoDelay, soTimeout, soTrafficClass, taskExecutor, tcpSocketSupportMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
-
Constructor Details
-
TcpServerConnectionFactorySpec
protected TcpServerConnectionFactorySpec(int port) -
TcpServerConnectionFactorySpec
protected TcpServerConnectionFactorySpec(int port, boolean nio)
-
-
Method Details
-
localAddress
- Parameters:
localAddress- the local address.- Returns:
- the spec.
- See Also:
AbstractServerConnectionFactory.setLocalAddress(String)
-
backlog
- Parameters:
backlog- the backlog.- Returns:
- the spec.
- See Also:
AbstractServerConnectionFactory.setBacklog(int)
-