Package com.bytedesk.call.mrcp4j.client
Class MrcpResponseDecoder
java.lang.Object
com.bytedesk.call.mrcp4j.client.MrcpResponseDecoder
Decodes response messages received in MRCPv2 format into
MrcpResponse 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
-
RESPONSE_LINE_MRCP_VERSION_PART
private static final int RESPONSE_LINE_MRCP_VERSION_PART- See Also:
-
RESPONSE_LINE_MESSAGE_LENGTH_PART
private static final int RESPONSE_LINE_MESSAGE_LENGTH_PART- See Also:
-
RESPONSE_LINE_REQUEST_ID_PART
private static final int RESPONSE_LINE_REQUEST_ID_PART- See Also:
-
RESPONSE_LINE_STATUS_CODE_PART
private static final int RESPONSE_LINE_STATUS_CODE_PART- See Also:
-
RESPONSE_LINE_REQUEST_STATE_PART
private static final int RESPONSE_LINE_REQUEST_STATE_PART- See Also:
-
RESPONSE_LINE_PART_COUNT
private static final int RESPONSE_LINE_PART_COUNT- See Also:
-
-
Constructor Details
-
MrcpResponseDecoder
public MrcpResponseDecoder()
-
-
Method Details
-
createResponse
- Throws:
IOExceptionParseException
-