|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xlattice.protocol.TLV
org.xlattice.protocol.TLV16
org.xlattice.protocol.xl.XLAttr
org.xlattice.protocol.xl.ValueAttr
public abstract class ValueAttr
Superclass for simple attributes that just carry byte arrays whose size must be a multiple of four.
Field Summary |
---|
Fields inherited from class org.xlattice.protocol.TLV |
---|
fieldSize, type, value |
Fields inherited from interface org.xlattice.protocol.xl.XLConst |
---|
BOTTOM_MASK, DESTINATION, EXP_MASK, HEADER_LENGTH, LABEL, MSG_ID_LENGTH, PING, PONG, SOURCE, TTL_MASK |
Constructor Summary | |
---|---|
ValueAttr(int type,
byte[] value)
|
Method Summary | |
---|---|
protected static ValueAttr |
readValue(int type,
int length,
byte[] message,
int offset)
Type and length have already been decoded. |
Methods inherited from class org.xlattice.protocol.xl.XLAttr |
---|
decode |
Methods inherited from class org.xlattice.protocol.TLV |
---|
decode, encode, length |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueAttr(int type, byte[] value)
Method Detail |
---|
protected static ValueAttr readValue(int type, int length, byte[] message, int offset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |