Package com.bytedesk.call.mrcp4j.client


package com.bytedesk.call.mrcp4j.client
  • Class
    Description
    Provides all primary functionality required for an MRCPv2 client to interact with an MRCPv2 resource.
    Decodes event messages received in MRCPv2 format into MrcpEvent instances.
    The listener interface for receiving MRCPv2 event messages.
    Provides factory methods for MRCPv2 clients to gain access to MrcpProvider instances.
    Thrown when an exception is encountered while invoking an MRCPv2 request.
    Decodes messages received in MRCPv2 format into MrcpMessage instances.
    The listener interface for processing MRCPv2 messages (for internal library use only).
    Provides functionality for simplified management of MrcpChannel instances by an MRCPv2 client.
    Encodes MrcpRequest instances into MRCPv2 specification format.
    Decodes response messages received in MRCPv2 format into MrcpResponse instances.
    Provides an endpoint for communication between the MRCPv2 client and the MRCPv2 server (for internal library use only).