Uses of Class
org.springframework.integration.ip.dsl.UdpInboundChannelAdapterSpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of UdpInboundChannelAdapterSpec in org.springframework.integration.ip.dsl
Modifier and TypeMethodDescriptionUdpInboundChannelAdapterSpec.configureSocket
(SocketCustomizer customizer) Configure the socket.static UdpInboundChannelAdapterSpec
Udp.inboundAdapter
(int port) Create an inbound unicast channel adapter using the supplied port.static UdpInboundChannelAdapterSpec
Udp.inboundMulticastAdapter
(int port, String multicastGroup) Create an inbound multicast channel adapter using the supplied port and group.UdpInboundChannelAdapterSpec.lengthCheck
(boolean lengthCheck) UdpInboundChannelAdapterSpec.localAddress
(String localAddress) UdpInboundChannelAdapterSpec.lookupHost
(boolean lookupHost) UdpInboundChannelAdapterSpec.poolSize
(int poolSize) UdpInboundChannelAdapterSpec.receiveBufferSize
(int receiveBufferSize) UdpInboundChannelAdapterSpec.socket
(DatagramSocket socket) UdpInboundChannelAdapterSpec.soReceiveBufferSize
(int soReceiveBufferSize) UdpInboundChannelAdapterSpec.soSendBufferSize
(int soSendBufferSize) UdpInboundChannelAdapterSpec.soTimeout
(int soTimeout) UdpInboundChannelAdapterSpec.taskExecutor
(Executor taskExecutor) UdpInboundChannelAdapterSpec.taskScheduler
(TaskScheduler taskScheduler)