クラス UdpInboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<UdpInboundChannelAdapterSpec, UnicastReceivingChannelAdapter>
org.springframework.integration.dsl.MessageProducerSpec<UdpInboundChannelAdapterSpec, UnicastReceivingChannelAdapter>
org.springframework.integration.ip.dsl.UdpInboundChannelAdapterSpec
- 実装されているすべてのインターフェース:
DisposableBean
、FactoryBean<UnicastReceivingChannelAdapter>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
public class UdpInboundChannelAdapterSpec
extends MessageProducerSpec<UdpInboundChannelAdapterSpec, UnicastReceivingChannelAdapter>
- 導入:
- 5.0
- 作成者:
- Gary Russell
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protected
UdpInboundChannelAdapterSpec
(int port) protected
UdpInboundChannelAdapterSpec
(int port, StringSE multicastGroup) メソッドのサマリー
修飾子と型メソッド説明configureSocket
(SocketCustomizer customizer) ソケットを構成します。lengthCheck
(boolean lengthCheck) localAddress
(StringSE localAddress) lookupHost
(boolean lookupHost) poolSize
(int poolSize) receiveBufferSize
(int receiveBufferSize) socket
(DatagramSocketSE socket) soReceiveBufferSize
(int soReceiveBufferSize) soSendBufferSize
(int soSendBufferSize) soTimeout
(int soTimeout) taskExecutor
(ExecutorSE taskExecutor) taskScheduler
(TaskScheduler taskScheduler) クラス org.springframework.integration.dsl.MessageProducerSpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorMessageStrategy, id, observationConvention, outputChannel, outputChannel, phase, role, sendTimeout, shouldTrack
クラス 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
コンストラクターの詳細
UdpInboundChannelAdapterSpec
protected UdpInboundChannelAdapterSpec(int port) UdpInboundChannelAdapterSpec
メソッドの詳細
soTimeout
- パラメーター:
soTimeout
- タイムアウトソケットオプションをミリ秒単位で設定します。- 戻り値:
- スペック。
- 関連事項:
taskScheduler
- パラメーター:
taskScheduler
- タスクスケジューラを設定します。- 戻り値:
- スペック。
- 関連事項:
soReceiveBufferSize
- パラメーター:
soReceiveBufferSize
- 受信バッファサイズソケットオプションを設定します。- 戻り値:
- スペック。
- 関連事項:
receiveBufferSize
- パラメーター:
receiveBufferSize
- 受信バッファサイズを設定します。- 戻り値:
- スペック。
- 関連事項:
lengthCheck
- パラメーター:
lengthCheck
- 長さチェックブール値を設定します。- 戻り値:
- スペック。
- 関連事項:
localAddress
- パラメーター:
localAddress
- ローカルアドレスを設定します。- 戻り値:
- スペック。
- 関連事項:
poolSize
- パラメーター:
poolSize
- プールサイズを設定します。- 戻り値:
- スペック。
- 関連事項:
taskExecutor
- パラメーター:
taskExecutor
- タスクエグゼキュータを設定します。- 戻り値:
- スペック。
- 関連事項:
socket
- パラメーター:
socket
- ソケットを設定します。- 戻り値:
- スペック。
- 関連事項:
soSendBufferSize
- パラメーター:
soSendBufferSize
- 送信バッファサイズソケットオプションを設定します。- 戻り値:
- スペック。
- 関連事項:
lookupHost
- パラメーター:
lookupHost
- ホストを逆ルックアップするには true に設定します。- 戻り値:
- スペック。
- 関連事項:
configureSocket
ソケットを構成します。- パラメーター:
customizer
- カスタマイザー。- 戻り値:
- スペック。
- 導入:
- 5.3.3