Class TcpNioClientConnectionFactorySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
 
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec<S,C>
 
org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec<TcpNioClientConnectionFactorySpec,TcpNioClientConnectionFactory>
 
org.springframework.integration.ip.dsl.TcpNioClientConnectionFactorySpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<TcpNioClientConnectionFactory>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle
public class TcpNioClientConnectionFactorySpec
extends TcpClientConnectionFactorySpec<TcpNioClientConnectionFactorySpec,TcpNioClientConnectionFactory> 
- 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(TcpNioConnectionSupport tcpNioSupport) TheTcpNioConnectionSupportto use.directBuffers(boolean usingDirectBuffers) True to use direct buffers.Methods inherited from class org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpecconnectTimeoutMethods 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- 
TcpNioClientConnectionFactorySpec
 
- 
- 
Method Details- 
directBuffersTrue to use direct buffers.- Parameters:
- usingDirectBuffers- true for direct.
- Returns:
- the spec.
- See Also:
 
- 
connectionSupportTheTcpNioConnectionSupportto use.- Parameters:
- tcpNioSupport- the- TcpNioConnectionSupport.
- Returns:
- the spec.
- See Also:
 
 
-