public interface TransportReceiver extends RunningDaemon
Interface for all blender layers listening to transport layer messages.
Modifier and Type | Method and Description |
---|---|
boolean |
gotMessage(InputStream is)
This Method is called by the TransportSender layer if a possible vmessage has arrived.
|
shutdownDaemon, startDaemon, stopDaemon
boolean gotMessage(InputStream is)
This Method is called by the TransportSender layer if a possible vmessage has arrived.
The message (if any) is decoded, verified and (if successful) passed on to the router layer in a separate thread (@see IncommingMessageRouterListener).
is
- the InputStream containing a possible messageCopyright © 2023. All rights reserved.