BusClientConnection

public class BusClientConnection extends BusConnectionBase

Instances of this class implement connections to a socket-based bus in the form of a client. The basic operations provided by this class are receiving an event notifications by calling receiveNotification and submitting an event to the bus by calling sendNotification. This class implements the fundamental RSB protocol for socket connections, e.g., the basic handshaking and the encoding/decoding of data packages for event notifications.

Author

swrede, jwienke

See also: <a

href=”http://docs.cor-lab.de/rsb-manual/trunk/html/specification-socket.html”>RSB Specification for Socket Transport</a>

Constructors

BusClientConnection

public BusClientConnection(SocketOptions options)

Constructor.

Parameters

options – socket options to use for the connection

Methods

activate

public void activate()

handshake

protected void handshake()

Perform simple handshake as specified in RSB socket protocol.

Throws

RSBException – error performing the handshake sequence