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