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