org.mobicents.protocols.mgcp.parser.params
Class LocalOptionValueHandler

java.lang.Object
  extended by org.mobicents.protocols.mgcp.parser.params.LocalOptionValueHandler

public class LocalOptionValueHandler
extends Object


Constructor Summary
LocalOptionValueHandler()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalOptionValueHandler

public LocalOptionValueHandler()
Method Detail

decode

public static jain.protocol.ip.mgcp.message.parms.LocalOptionValue 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.LocalOptionValue localOptionValue)

encodeList

public static int encodeList(byte[] destination,
                             int offset,
                             jain.protocol.ip.mgcp.message.parms.LocalOptionValue[] optionsList)

decodeList

public static jain.protocol.ip.mgcp.message.parms.LocalOptionValue[] decodeList(byte[] value,
                                                                                int offset,
                                                                                int length)
                                                                         throws ParseException
Throws:
ParseException


Copyright © 2013 TeleStax, Inc.. All Rights Reserved.