ProtocolUtilities¶
-
final class
ProtocolUtilities
¶ Collection of helper methods used to fulfill the introspection protocol.
- Author
jwienke
Fields¶
ECHO_RPC_METHOD_NAME¶
PARTICIPANT_SCOPE¶
PING_EVENT_DATA¶
PONG_EVENT_DATA¶
REQUEST_METHOD_NAME¶
-
public static final String
REQUEST_METHOD_NAME
¶ rsb.Event.getMethod()
entry to expect on a request for a specific participant.
REQUEST_RECEIVE_USER_TIME¶
REQUEST_SEND_USER_TIME¶
SURVEY_METHOD_NAME¶
-
public static final String
SURVEY_METHOD_NAME
¶ rsb.Event.getMethod()
entry to expect on a participant survey request.
Methods¶
isSpecificParticipantScope¶
participantIdFromScope¶
-
public static ParticipantId
participantIdFromScope
(Scope scope)¶ Extracts a
ParticipantId
from a scope designating a specific participant.- Parameters
scope – the scope to parse
- Throws
IllegalArgumentException – scope does not contain a valid id
- Returns
the parsed
ParticipantId
participantScope¶
-
public static Scope
participantScope
(ParticipantInfo participant)¶ Creates a scope to send data messages on that regard a specific participant.
- Parameters
participant – the participant to create the scope for
- Returns
a scope related to the participant, subscope of
PARTICIPANT_SCOPE
.