public class AttributeType
extends chat.dim.tlv.tags.Tag16
chat.dim.tlv.Tag.Parser<T extends chat.dim.tlv.Tag>| Modifier and Type | Field and Description |
|---|---|
static AttributeType |
ALTERNATE_SERVER |
static AttributeType |
CHANGE_REQUEST |
static AttributeType |
CHANGED_ADDRESS |
static AttributeType |
ERROR_CODE |
static AttributeType |
FINGERPRINT |
static AttributeType |
MAPPED_ADDRESS |
static AttributeType |
MESSAGE_INTEGRITY |
java.lang.String |
name |
static AttributeType |
NONCE |
static AttributeType |
PASSWORD |
static AttributeType |
REALM |
static AttributeType |
REFLECTED_FROM |
static AttributeType |
RESPONSE_ADDRESS |
static AttributeType |
SOFTWARE |
static AttributeType |
SOURCE_ADDRESS |
static AttributeType |
UNKNOWN_ATTRIBUTES |
static AttributeType |
USERNAME |
static AttributeType |
XOR_MAPPED_ADDRESS |
static AttributeType |
XOR_MAPPED_ADDRESS_8020 |
static AttributeType |
XOR_ONLY |
| Constructor and Description |
|---|
AttributeType(chat.dim.type.UInt16Data data,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeType |
create(int value,
java.lang.String name) |
static AttributeType |
from(AttributeType type) |
static AttributeType |
from(chat.dim.type.ByteArray data) |
static AttributeType |
from(chat.dim.type.UInt16Data data) |
static AttributeType |
parse(chat.dim.type.ByteArray data) |
static void |
register(AttributeType type,
ValueParser parser) |
java.lang.String |
toString() |
equals, from, from, from, from, getIntValue, getLongValue, hashCodeclone, concat, concat, equals, equals, equals, find, find, find, find, find, find, find, find, find, find, find, find, getBuffer, getByte, getBytes, getBytes, getBytes, getOffset, getSize, mutableCopy, random, slice, slice, toHexStringfinalize, getClass, notify, notifyAll, wait, wait, waitadjust, adjustE, concat, concat, concat, concat, equals, equals, equals, find, find, find, find, find, find, find, find, find, find, find, find, find, find, getBuffer, getByte, getBytes, getBytes, getBytes, getOffset, getSize, hexEncode, slice, slice, slice, slice, toHexStringgetInt16Value, getInt16Value, getInt32Value, getInt32Value, getUInt16Data, getUInt16Data, getUInt16Data, getUInt16Value, getUInt16Value, getUInt32Data, getUInt32Data, getUInt32Data, getUInt32Value, getUInt32Value, getValue, getValue, getValue, setValue, setValue, setValue, setValuepublic final java.lang.String name
public static final AttributeType MAPPED_ADDRESS
public static final AttributeType RESPONSE_ADDRESS
public static final AttributeType CHANGE_REQUEST
public static final AttributeType SOURCE_ADDRESS
public static final AttributeType CHANGED_ADDRESS
public static final AttributeType USERNAME
public static final AttributeType PASSWORD
public static final AttributeType MESSAGE_INTEGRITY
public static final AttributeType ERROR_CODE
public static final AttributeType UNKNOWN_ATTRIBUTES
public static final AttributeType REFLECTED_FROM
public static final AttributeType REALM
public static final AttributeType NONCE
public static final AttributeType XOR_MAPPED_ADDRESS
public static final AttributeType XOR_MAPPED_ADDRESS_8020
public static final AttributeType XOR_ONLY
public static final AttributeType SOFTWARE
public static final AttributeType ALTERNATE_SERVER
public static final AttributeType FINGERPRINT
public AttributeType(chat.dim.type.UInt16Data data,
java.lang.String name)
public java.lang.String toString()
toString in class chat.dim.type.UInt16Datapublic static AttributeType from(AttributeType type)
public static AttributeType from(chat.dim.type.UInt16Data data)
public static AttributeType from(chat.dim.type.ByteArray data)
public static AttributeType parse(chat.dim.type.ByteArray data)
public static AttributeType create(int value, java.lang.String name)
public static void register(AttributeType type, ValueParser parser)