public class CapabilityHandler extends Object
| Constructor and Description |
|---|
CapabilityHandler() |
| Modifier and Type | Method and Description |
|---|---|
static jain.protocol.ip.mgcp.message.parms.CapabilityValue |
decode(byte[] value,
int offset,
int length) |
static jain.protocol.ip.mgcp.message.parms.CapabilityValue[] |
decodeList(byte[] value,
int offset,
int length) |
static int |
encode(byte[] destination,
int offset,
jain.protocol.ip.mgcp.message.parms.CapabilityValue capabilityValue) |
static int |
encodeList(byte[] destination,
int offset,
jain.protocol.ip.mgcp.message.parms.CapabilityValue[] capabilitiesList) |
public static jain.protocol.ip.mgcp.message.parms.CapabilityValue decode(byte[] value,
int offset,
int length)
throws ParseException
ParseExceptionpublic static int encode(byte[] destination,
int offset,
jain.protocol.ip.mgcp.message.parms.CapabilityValue capabilityValue)
public static int encodeList(byte[] destination,
int offset,
jain.protocol.ip.mgcp.message.parms.CapabilityValue[] capabilitiesList)
public static jain.protocol.ip.mgcp.message.parms.CapabilityValue[] decodeList(byte[] value,
int offset,
int length)
throws ParseException
ParseExceptionCopyright © 2017 TeleStax, Inc.. All Rights Reserved.