Package org.somda.sdc.dpws.udp
Interface UdpMessageReceiverCallback
-
- All Known Subinterfaces:
UdpMessageQueueService
- All Known Implementing Classes:
UdpMessageQueueServiceImpl
public interface UdpMessageReceiverCallbackCallback to process UDP messages received byUdpBindingService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceive(UdpMessage udpMessage)Receive one incoming UDP message.
-
-
-
Method Detail
-
receive
void receive(UdpMessage udpMessage)
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.
-
-