クラス TcpNetClientConnectionFactorySpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<TcpNetClientConnectionFactorySpec, TcpNetClientConnectionFactory>
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec<TcpNetClientConnectionFactorySpec, TcpNetClientConnectionFactory>
org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec<TcpNetClientConnectionFactorySpec, TcpNetClientConnectionFactory>
org.springframework.integration.ip.dsl.TcpNetClientConnectionFactorySpec
- 実装済みのインターフェース一覧:
DisposableBean、FactoryBean<TcpNetClientConnectionFactory>、InitializingBean、Lifecycle、Phased、SmartLifecycle
public class TcpNetClientConnectionFactorySpec
extends TcpClientConnectionFactorySpec<TcpNetClientConnectionFactorySpec, TcpNetClientConnectionFactory>
- 導入:
- 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(TcpNetConnectionSupport connectionSupport) 接続オブジェクトの作成に使用するTcpNetConnectionSupport。socketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) サーバーソケットの作成に使用されるTcpSocketFactorySupportを設定します。クラス org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec から継承されたメソッド
connectTimeoutクラス 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
コンストラクターの詳細
TcpNetClientConnectionFactorySpec
メソッドの詳細
connectionSupport
public TcpNetClientConnectionFactorySpec connectionSupport(TcpNetConnectionSupport connectionSupport) 接続オブジェクトの作成に使用するTcpNetConnectionSupport。- パラメーター:
connectionSupport-TcpNetConnectionSupport- 戻り値:
- スペック。
- 関連事項:
socketFactorySupport
public TcpNetClientConnectionFactorySpec socketFactorySupport(TcpSocketFactorySupport tcpSocketFactorySupport) サーバーソケットの作成に使用されるTcpSocketFactorySupportを設定します。- パラメーター:
tcpSocketFactorySupport-TcpSocketFactorySupport- 戻り値:
- スペック。
- 関連事項: