クラス TcpNioServerConnectionFactorySpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<TcpNioServerConnectionFactorySpec, TcpNioServerConnectionFactory>
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec<TcpNioServerConnectionFactorySpec, TcpNioServerConnectionFactory>
org.springframework.integration.ip.dsl.TcpServerConnectionFactorySpec<TcpNioServerConnectionFactorySpec, TcpNioServerConnectionFactory>
org.springframework.integration.ip.dsl.TcpNioServerConnectionFactorySpec
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<TcpNioServerConnectionFactory>、InitializingBean、Lifecycle、Phased、SmartLifecycle
public class TcpNioServerConnectionFactorySpec
extends TcpServerConnectionFactorySpec<TcpNioServerConnectionFactorySpec, TcpNioServerConnectionFactory>
- 導入:
- 6.0.3
- 作成者:
- Gary Russell
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明connectionSupport(TcpNioConnectionSupport tcpNioSupport) 使用するTcpNioConnectionSupport。directBuffers(boolean usingDirectBuffers) ダイレクトバッファを使用する場合は True。クラス org.springframework.integration.ip.dsl.TcpServerConnectionFactorySpec から継承されたメソッド
backlog, localAddressクラス org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec から継承されたメソッド
deserializer, id, interceptorFactoryChain, leaveOpen, lookupHost, mapper, nioHarvestInterval, readDelay, serializer, singleUseConnections, socketSupport, soKeepAlive, soLinger, soReceiveBufferSize, soSendBufferSize, soTcpNoDelay, soTimeout, soTrafficClass, taskExecutorクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingletonインターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
TcpNioServerConnectionFactorySpec
protected TcpNioServerConnectionFactorySpec(int port)
メソッドの詳細
directBuffers
ダイレクトバッファを使用する場合は True。- パラメーター:
usingDirectBuffers- 直接の場合は true。- 戻り値:
- スペック。
- 関連事項:
connectionSupport
使用するTcpNioConnectionSupport。- パラメーター:
tcpNioSupport-TcpNioConnectionSupport- 戻り値:
- スペック。
- 関連事項: