public abstract class MgcpContentHandler extends Object
| Constructor and Description |
|---|
MgcpContentHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
param(byte[] data,
SplitDetails name,
SplitDetails value)
Receive notification of the parameter of a message.
|
void |
parse(byte[] data,
SplitDetails[] message) |
abstract void |
sessionDescription(String sd)
Receive notification of the session description.
|
public abstract void param(byte[] data,
SplitDetails name,
SplitDetails value)
throws ParseException
name - the name of the paremetervalue - the value of the parameter.ParseExceptionpublic abstract void sessionDescription(String sd) throws ParseException
sd - the session description from message.ParseExceptionpublic void parse(byte[] data,
SplitDetails[] message)
throws IOException,
ParseException
IOExceptionParseExceptionCopyright © 2014 TeleStax, Inc.. All Rights Reserved.