クラス 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
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protected
protected
AbstractUdpOutboundChannelAdapterSpec
(StringSE destinationExpression) protected
AbstractUdpOutboundChannelAdapterSpec
(StringSE host, int port) protected
AbstractUdpOutboundChannelAdapterSpec
(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
コンストラクターの詳細
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