public class UdpInboundChannelAdapterSpec extends MessageProducerSpec<UdpInboundChannelAdapterSpec,UnicastReceivingChannelAdapter>
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
UdpInboundChannelAdapterSpec |
lengthCheck(boolean lengthCheck) |
UdpInboundChannelAdapterSpec |
localAddress(java.lang.String localAddress) |
UdpInboundChannelAdapterSpec |
lookupHost(boolean lookupHost) |
UdpInboundChannelAdapterSpec |
poolSize(int poolSize) |
UdpInboundChannelAdapterSpec |
receiveBufferSize(int receiveBufferSize) |
UdpInboundChannelAdapterSpec |
socket(java.net.DatagramSocket socket) |
UdpInboundChannelAdapterSpec |
soReceiveBufferSize(int soReceiveBufferSize) |
UdpInboundChannelAdapterSpec |
soSendBufferSize(int soSendBufferSize) |
UdpInboundChannelAdapterSpec |
soTimeout(int soTimeout) |
UdpInboundChannelAdapterSpec |
taskExecutor(java.util.concurrent.Executor taskExecutor) |
UdpInboundChannelAdapterSpec |
taskScheduler(org.springframework.scheduling.TaskScheduler taskScheduler) |
autoStartup, errorChannel, errorChannel, errorMessageStrategy, id, outputChannel, outputChannel, phase, sendTimeout, shouldTrack
_this, afterPropertiesSet, destroy, doGet, get, getId, getObject, getObjectType, isSingleton
public UdpInboundChannelAdapterSpec soTimeout(int soTimeout)
soTimeout
- set the timeout socket option.AbstractInternetProtocolReceivingChannelAdapter.setSoTimeout(int)
public UdpInboundChannelAdapterSpec taskScheduler(org.springframework.scheduling.TaskScheduler taskScheduler)
taskScheduler
- set the task scheduler.AbstractEndpoint.setTaskScheduler(TaskScheduler)
public UdpInboundChannelAdapterSpec soReceiveBufferSize(int soReceiveBufferSize)
soReceiveBufferSize
- set the receive buffer size socket option.AbstractInternetProtocolReceivingChannelAdapter.setSoReceiveBufferSize(int)
public UdpInboundChannelAdapterSpec receiveBufferSize(int receiveBufferSize)
receiveBufferSize
- set the receive buffer size.AbstractInternetProtocolReceivingChannelAdapter.setReceiveBufferSize(int)
public UdpInboundChannelAdapterSpec lengthCheck(boolean lengthCheck)
lengthCheck
- set the length check boolean.UnicastReceivingChannelAdapter.setLengthCheck(boolean)
public UdpInboundChannelAdapterSpec localAddress(java.lang.String localAddress)
localAddress
- set the local address.AbstractInternetProtocolReceivingChannelAdapter.setLocalAddress(String)
public UdpInboundChannelAdapterSpec poolSize(int poolSize)
poolSize
- set the pool size.AbstractInternetProtocolReceivingChannelAdapter.setPoolSize(int)
public UdpInboundChannelAdapterSpec taskExecutor(java.util.concurrent.Executor taskExecutor)
taskExecutor
- set the task executor.AbstractInternetProtocolReceivingChannelAdapter.setTaskExecutor(Executor)
public UdpInboundChannelAdapterSpec socket(java.net.DatagramSocket socket)
socket
- set the socket.UnicastReceivingChannelAdapter.setSocket(DatagramSocket)
public UdpInboundChannelAdapterSpec soSendBufferSize(int soSendBufferSize)
soSendBufferSize
- set the send buffer size socket option.UnicastReceivingChannelAdapter.setSoSendBufferSize(int)
public UdpInboundChannelAdapterSpec lookupHost(boolean lookupHost)
lookupHost
- set true to reverse lookup the host.UnicastReceivingChannelAdapter.setLookupHost(boolean)