public interface LocalIncomingMessageListener
| Modifier and Type | Method and Description |
|---|---|
void |
handle(HelloMessage hello,
ProtocolInfo protocolInfo,
DataStructure discoveryDomains)
Receives an incoming hello message.
|
void handle(HelloMessage hello, ProtocolInfo protocolInfo, DataStructure discoveryDomains)
hello - the messageprotocolInfo - specific information for technology for e.g. DPWS version.discoveryDomains - domains on which the Hellor message received.