dk.i1.diameter
Class AVP_OctetString

Object
  extended by dk.i1.diameter.AVP
      extended by dk.i1.diameter.AVP_OctetString
Direct Known Subclasses:
AVP_Address

public class AVP_OctetString
extends AVP

AVP containing arbitrary data of variable length.


Field Summary
 
Fields inherited from class dk.i1.diameter.AVP
code, vendor_id
 
Constructor Summary
AVP_OctetString(AVP avp)
           
AVP_OctetString(int code, byte[] value)
           
AVP_OctetString(int code, int vendor_id, byte[] value)
           
 
Method Summary
 byte[] queryValue()
           
 void setValue(byte[] value)
           
 
Methods inherited from class dk.i1.diameter.AVP
isMandatory, isPrivate, isVendorSpecific, queryPayload, setM, setMandatory, setPrivate
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVP_OctetString

public AVP_OctetString(AVP avp)

AVP_OctetString

public AVP_OctetString(int code,
                       byte[] value)

AVP_OctetString

public AVP_OctetString(int code,
                       int vendor_id,
                       byte[] value)
Method Detail

queryValue

public byte[] queryValue()

setValue

public void setValue(byte[] value)