BusBase.ReceiveThread

protected class ReceiveThread extends Thread

A thread that continuously reads from a BusConnection and passes the received Notifications to BusBase.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

Methods

run

public void run()