|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RouterListener
A listener for use with a KNXnetIPRouter
.
In routing mode, it is possible that indications sent with KNXnetIPRouter might be
looped back by the network stack and received again through a registered listener in
KNXListener.frameReceived(tuwien.auto.calimero.FrameEvent)
.
Background: a platform's network interface has the option to send multicast
datagrams back to the local socket of the sender; setting the socket's loopback mode is
only considered as request and does not have to be followed rigorously.
KNXnetIPRouter
Method Summary | |
---|---|
void |
lostMessage(LostMessageEvent e)
Informs about the loss of messages in the KNXnet/IP router. |
Methods inherited from interface tuwien.auto.calimero.KNXListener |
---|
connectionClosed, frameReceived |
Method Detail |
---|
void lostMessage(LostMessageEvent e)
e
- event with lost message information
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |