|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectdk.i1.diameter.AVP
dk.i1.diameter.AVP_OctetString
public class AVP_OctetString
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 |
|---|
public AVP_OctetString(AVP avp)
public AVP_OctetString(int code,
byte[] value)
public AVP_OctetString(int code,
int vendor_id,
byte[] value)
| Method Detail |
|---|
public byte[] queryValue()
public void setValue(byte[] value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||