クラス AbstractUdpOutboundChannelAdapterSpec<S extends AbstractUdpOutboundChannelAdapterSpec<S>>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S, UnicastSendingMessageHandler>
org.springframework.integration.dsl.MessageHandlerSpec<S, UnicastSendingMessageHandler>
org.springframework.integration.ip.dsl.AbstractUdpOutboundChannelAdapterSpec<S>
- 型パラメーター:
S- ターゲットAbstractUdpOutboundChannelAdapterSpec実装型。
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<UnicastSendingMessageHandler>、InitializingBean、Lifecycle、Phased、SmartLifecycle
public abstract class AbstractUdpOutboundChannelAdapterSpec<S extends AbstractUdpOutboundChannelAdapterSpec<S>>
extends MessageHandlerSpec<S, UnicastSendingMessageHandler>
UDP
MessageHandler 用の MessageHandlerSpec。- 導入:
- 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コンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedprotectedAbstractUdpOutboundChannelAdapterSpec(StringSE destinationExpression) protectedAbstractUdpOutboundChannelAdapterSpec(StringSE host, int port) protectedAbstractUdpOutboundChannelAdapterSpec(FunctionSE<Message<?>, ?> destinationFunction) 方法の概要
修飾子と型メソッド説明ackCounter(int ackCounter) configureSocket(SocketCustomizer customizer) ソケットを構成します。lengthCheck(boolean lengthCheck) localAddress(StringSE localAddress) socketExpression(StringSE socketExpression) socketFunction(FunctionSE<Message<?>, DatagramSocketSE> socketFunction) soReceiveBufferSize(int size) soSendBufferSize(int size) soTimeout(int timeout) クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, 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
コンストラクターの詳細
AbstractUdpOutboundChannelAdapterSpec
protected AbstractUdpOutboundChannelAdapterSpec()AbstractUdpOutboundChannelAdapterSpec
AbstractUdpOutboundChannelAdapterSpec
AbstractUdpOutboundChannelAdapterSpec
メソッドの詳細
soTimeout
- パラメーター:
timeout- タイムアウトソケットオプション。- 戻り値:
- スペック。
- 関連事項:
soSendBufferSize
- パラメーター:
size- 送信バッファサイズソケットオプション。- 戻り値:
- スペック。
- 関連事項:
localAddress
lengthCheck
- パラメーター:
lengthCheck- 長さチェックブール値。- 戻り値:
- スペック。
- 関連事項:
soReceiveBufferSize
- パラメーター:
size- 受信バッファサイズソケットオプション。- 戻り値:
- スペック。
- 関連事項:
ackCounter
- パラメーター:
ackCounter- ack カウンター。- 戻り値:
- スペック。
- 関連事項:
socketFunction
- パラメーター:
socketFunction- ソケット機能。- 戻り値:
- スペック。
- 関連事項:
socketExpression
configureSocket
ソケットを構成します。- パラメーター:
customizer- カスタマイザー。- 戻り値:
- スペック。
- 導入:
- 5.3.3