org.mobicents.protocols.mgcp.parser.params
Class CapabilityHandler
java.lang.Object
org.mobicents.protocols.mgcp.parser.params.CapabilityHandler
public class CapabilityHandler
- extends Object
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CapabilityHandler
public CapabilityHandler()
decode
public static jain.protocol.ip.mgcp.message.parms.CapabilityValue decode(byte[] value,
int offset,
int length)
throws ParseException
- Throws:
ParseException
encode
public static int encode(byte[] destination,
int offset,
jain.protocol.ip.mgcp.message.parms.CapabilityValue capabilityValue)
encodeList
public static int encodeList(byte[] destination,
int offset,
jain.protocol.ip.mgcp.message.parms.CapabilityValue[] capabilitiesList)
decodeList
public static jain.protocol.ip.mgcp.message.parms.CapabilityValue[] decodeList(byte[] value,
int offset,
int length)
throws ParseException
- Throws:
ParseException
Copyright © 2013 TeleStax, Inc.. All Rights Reserved.