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