BusBase.ReceiveThread¶
-
protected class
ReceiveThread
extends Thread¶ A thread that continuously reads from a
BusConnection
and passes the receivedNotification
s toBusBase.handleIncoming(rsb.protocol.NotificationType.Notification)
.- Author
jwienke
Constructors¶
ReceiveThread¶
-
public
ReceiveThread
(BusConnection connection)¶ Constructs a new instance operating on the specified connection instance.
- Parameters
connection – the connection to read from