Package com.bytedesk.call.mrcp4j.client
Class MrcpMessageDecoder
java.lang.Object
com.bytedesk.call.mrcp4j.client.MrcpMessageDecoder
Decodes messages received in MRCPv2 format into
MrcpMessage instances.- Author:
- Niels Godfredsen <ngodfredsen@users.sourceforge.net>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MrcpEventDecoderprivate MrcpResponseDecoderprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_responseDecoder
-
_eventDecoder
-
RESPONSE_LINE_REQUEST_ID_PART
private static final int RESPONSE_LINE_REQUEST_ID_PART- See Also:
-
START_LINE_PART_COUNT
private static final int START_LINE_PART_COUNT- See Also:
-
-
Constructor Details
-
MrcpMessageDecoder
public MrcpMessageDecoder()
-
-
Method Details
-
decode
- Throws:
IOExceptionParseException
-