Package org.somda.sdc.dpws.udp
Interface UdpMessageReceiverCallback
- All Known Subinterfaces:
UdpMessageQueueService
- All Known Implementing Classes:
UdpMessageQueueServiceImpl
public interface UdpMessageReceiverCallback
Callback to process UDP messages received by
UdpBindingService.-
Method Summary
Modifier and TypeMethodDescriptionvoidreceive(UdpMessage udpMessage) Receive one incoming UDP message.
-
Method Details
-
receive
Receive one incoming UDP message.- Parameters:
udpMessage- UDP data as received from the network. The message contains the payload as well as the sender's address and port.
-