クラス 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
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明connectionSupport(TcpNioConnectionSupport tcpNioSupport) 使用するTcpNioConnectionSupport。directBuffers(boolean usingDirectBuffers) ダイレクトバッファを使用する場合は True。クラス TcpServerConnectionFactorySpec から継承されたメソッド
backlog, localAddressクラス AbstractConnectionFactorySpec から継承されたメソッド
deserializer, id, interceptorFactoryChain, leaveOpen, lookupHost, mapper, nioHarvestInterval, readDelay, serializer, singleUseConnections, socketSupport, soKeepAlive, soLinger, soReceiveBufferSize, soSendBufferSize, soTcpNoDelay, soTimeout, soTrafficClass, taskExecutorクラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FactoryBean から継承されたメソッド
isSingletonインターフェース SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
TcpNioServerConnectionFactorySpec
protected TcpNioServerConnectionFactorySpec(int port)
方法の詳細
directBuffers
ダイレクトバッファを使用する場合は True。- パラメーター:
usingDirectBuffers- 直接の場合は true。- 戻り値:
- スペック。
- 関連事項:
connectionSupport
使用するTcpNioConnectionSupport。- パラメーター:
tcpNioSupport-TcpNioConnectionSupport- 戻り値:
- スペック。
- 関連事項: