Class MrcpSocket

java.lang.Object
com.bytedesk.call.mrcp4j.client.MrcpSocket

public class MrcpSocket extends Object
Provides an endpoint for communication between the MRCPv2 client and the MRCPv2 server (for internal library use only).

This class is intended for internal use by the MRCP4J implementation code. Please see MrcpProvider.createChannel(java.lang.String, java.net.InetAddress, int, java.lang.String) for constructing an MrcpChannel that can be used to send control messages to the media resource on the MRCP server.

Author:
Niels Godfredsen <ngodfredsen@users.sourceforge.net>