Package com.bytedesk.call.mrcp4j.client
Class MrcpEventDecoder
java.lang.Object
com.bytedesk.call.mrcp4j.client.MrcpEventDecoder
Decodes event messages received in MRCPv2 format into
MrcpEvent instances.- Author:
- Niels Godfredsen <ngodfredsen@users.sourceforge.net>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EVENT_LINE_MRCP_VERSION_PART
private static final int EVENT_LINE_MRCP_VERSION_PART- See Also:
-
EVENT_LINE_MESSAGE_LENGTH_PART
private static final int EVENT_LINE_MESSAGE_LENGTH_PART- See Also:
-
EVENT_LINE_EVENT_NAME_PART
private static final int EVENT_LINE_EVENT_NAME_PART- See Also:
-
EVENT_LINE_REQUEST_ID_PART
private static final int EVENT_LINE_REQUEST_ID_PART- See Also:
-
EVENT_LINE_REQUEST_STATE_PART
private static final int EVENT_LINE_REQUEST_STATE_PART- See Also:
-
EVENT_LINE_PART_COUNT
private static final int EVENT_LINE_PART_COUNT- See Also:
-
-
Constructor Details
-
MrcpEventDecoder
public MrcpEventDecoder()
-
-
Method Details
-
createEvent
- Throws:
IOExceptionParseException
-