public class UdpInboundChannelAdapterSpec extends MessageProducerSpec<UdpInboundChannelAdapterSpec,UnicastReceivingChannelAdapter>
PARSER, targetloggerDEFAULT_PHASEOBJECT_TYPE_ATTRIBUTE| 修飾子 | コンストラクターと説明 |
|---|---|
protected | UdpInboundChannelAdapterSpec(int port) |
protected | UdpInboundChannelAdapterSpec(int port, StringSE multicastGroup) |
| 修飾子と型 | メソッドと説明 |
|---|---|
UdpInboundChannelAdapterSpec | configureSocket(SocketCustomizer customizer) ソケットを構成します。 |
UdpInboundChannelAdapterSpec | lengthCheck(boolean lengthCheck) |
UdpInboundChannelAdapterSpec | localAddress(StringSE localAddress) |
UdpInboundChannelAdapterSpec | lookupHost(boolean lookupHost) |
UdpInboundChannelAdapterSpec | poolSize(int poolSize) |
UdpInboundChannelAdapterSpec | receiveBufferSize(int receiveBufferSize) |
UdpInboundChannelAdapterSpec | socket(DatagramSocketSE socket) |
UdpInboundChannelAdapterSpec | soReceiveBufferSize(int soReceiveBufferSize) |
UdpInboundChannelAdapterSpec | soSendBufferSize(int soSendBufferSize) |
UdpInboundChannelAdapterSpec | soTimeout(int soTimeout) |
UdpInboundChannelAdapterSpec | taskExecutor(ExecutorSE taskExecutor) |
UdpInboundChannelAdapterSpec | taskScheduler(TaskScheduler taskScheduler) |
autoStartup, errorChannel, errorChannel, errorMessageStrategy, id, outputChannel, outputChannel, phase, sendTimeout, shouldTrack_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopafterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletoncloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected UdpInboundChannelAdapterSpec(int port)
protected UdpInboundChannelAdapterSpec(int port,
StringSE multicastGroup)public UdpInboundChannelAdapterSpec soTimeout(int soTimeout)
soTimeout - タイムアウトソケットオプションを設定します。AbstractInternetProtocolReceivingChannelAdapter.setSoTimeout(int)public UdpInboundChannelAdapterSpec taskScheduler(TaskScheduler taskScheduler)
taskScheduler - タスクスケジューラを設定します。IntegrationObjectSupport.setTaskScheduler(TaskScheduler)public UdpInboundChannelAdapterSpec soReceiveBufferSize(int soReceiveBufferSize)
soReceiveBufferSize - 受信バッファサイズソケットオプションを設定します。AbstractInternetProtocolReceivingChannelAdapter.setSoReceiveBufferSize(int)public UdpInboundChannelAdapterSpec receiveBufferSize(int receiveBufferSize)
receiveBufferSize - 受信バッファサイズを設定します。AbstractInternetProtocolReceivingChannelAdapter.setReceiveBufferSize(int)public UdpInboundChannelAdapterSpec lengthCheck(boolean lengthCheck)
lengthCheck - 長さチェックブール値を設定します。UnicastReceivingChannelAdapter.setLengthCheck(boolean)public UdpInboundChannelAdapterSpec localAddress(StringSE localAddress)
localAddress - ローカルアドレスを設定します。AbstractInternetProtocolReceivingChannelAdapter.setLocalAddress(String)public UdpInboundChannelAdapterSpec poolSize(int poolSize)
poolSize - プールサイズを設定します。AbstractInternetProtocolReceivingChannelAdapter.setPoolSize(int)public UdpInboundChannelAdapterSpec taskExecutor(ExecutorSE taskExecutor)
taskExecutor - タスクエグゼキュータを設定します。AbstractInternetProtocolReceivingChannelAdapter.setTaskExecutor(Executor)public UdpInboundChannelAdapterSpec socket(DatagramSocketSE socket)
socket - ソケットを設定します。UnicastReceivingChannelAdapter.setSocket(DatagramSocket)public UdpInboundChannelAdapterSpec soSendBufferSize(int soSendBufferSize)
soSendBufferSize - 送信バッファサイズソケットオプションを設定します。UnicastReceivingChannelAdapter.setSoSendBufferSize(int)public UdpInboundChannelAdapterSpec lookupHost(boolean lookupHost)
lookupHost - ホストを逆ルックアップするには true に設定します。UnicastReceivingChannelAdapter.setLookupHost(boolean)public UdpInboundChannelAdapterSpec configureSocket(SocketCustomizer customizer)
customizer - カスタマイザー。