クラス 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
コンストラクターの詳細
TcpNioServerConnectionFactorySpec
protected TcpNioServerConnectionFactorySpec(int port)
メソッドの詳細
directBuffers
ダイレクトバッファを使用する場合は True。- パラメーター:
usingDirectBuffers
- 直接の場合は true。- 戻り値:
- スペック。
- 関連事項:
connectionSupport
使用するTcpNioConnectionSupport
。- パラメーター:
tcpNioSupport
-TcpNioConnectionSupport
- 戻り値:
- スペック。
- 関連事項: