@ParametersAreNonnullByDefault
Package org.somda.sdc.dpws.udp
UDP binding for DPWS.
-
Interface Summary Interface Description UdpBindingService Service to receive and send UDP messages.UdpMessageQueueObserver Observer that is fed byUdpMessageQueueService.UdpMessageQueueService Holds two message queues to send and receive UDP messages.UdpMessageReceiverCallback Callback to process UDP messages received byUdpBindingService. -
Class Summary Class Description UdpBindingServiceImpl Default implementation of UdpBindingService.UdpMessage Raw UDP message packed as a byte array plus a length attribute and receiver information.UdpMessageQueueServiceImpl Default implementation of UdpMessageQueueService.