クラス TcpClientConnectionFactorySpec<S extends TcpClientConnectionFactorySpec<S,C>, C extends AbstractClientConnectionFactory>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec<S,C>
org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec<S,C>
- 型パラメーター:
S- ターゲットTcpServerConnectionFactorySpec実装型。C- ターゲットAbstractServerConnectionFactory実装型。
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<C>、InitializingBean、Lifecycle、Phased、SmartLifecycle
public abstract class TcpClientConnectionFactorySpec<S extends TcpClientConnectionFactorySpec<S,C>, C extends AbstractClientConnectionFactory>
extends AbstractConnectionFactorySpec<S,C>
- 導入:
- 5.0
- 作成者:
- Gary Russell, Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクターの概要
コンストラクターメソッドのサマリー
クラス 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
コンストラクターの詳細
TcpClientConnectionFactorySpec
メソッドの詳細
connectTimeout
接続タイムアウトを秒単位で設定します。デフォルトは 60 です。- パラメーター:
connectTimeout- タイムアウト。- 戻り値:
- スペック。
- 導入:
- 5.2