public class UnknownAttributesAttribute extends StunAttribute
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
ALTERNATE_SERVER, attributeType, CHANGE_REQUEST, CHANGED_ADDRESS, CHANNEL_NUMBER, DATA, DESTINATION_ADDRESS, DONT_FRAGMENT, ERROR_CODE, EVEN_PORT, FINGERPRINT, HEADER_LENGTH, ICE_CONTROLLED, ICE_CONTROLLING, LIFETIME, MAGIC_COOKIE, MAPPED_ADDRESS, MESSAGE_INTEGRITY, NONCE, PASSWORD, PRIORITY, REALM, REFLECTED_FROM, REMOTE_ADDRESS, REQUESTED_TRANSPORT, RESERVATION_TOKEN, RESPONSE_ADDRESS, SOFTWARE, SOURCE_ADDRESS, UNKNOWN_ATTRIBUTES, UNKNOWN_OPTIONAL_ATTRIBUTE, USE_CANDIDATE, USERNAME, XOR_MAPPED_ADDRESS, XOR_ONLY, XOR_PEER_ADDRESS, XOR_RELAYED_ADDRESS| Constructor and Description |
|---|
UnknownAttributesAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeId(char attributeId) |
boolean |
contains(char attributeID)
Verifies whether the specified attributeID is contained by this
attribute.
|
protected void |
decodeAttributeBody(byte[] data,
char offset,
char length)
Sets this attribute's fields according to attributeValue array.
|
byte[] |
encode()
Returns a binary representation of this attribute.
|
boolean |
equals(Object other)
Compares two STUN Attributes.
|
char |
getAttribute(int index)
Returns the attribute id with index i.
|
int |
getAttributeCount()
Returns the number of attribute IDs contained by this class.
|
Iterator<Character> |
getAttributes()
Returns an iterator over the list of attribute IDs contained by this
attribute.
|
char |
getDataLength()
Returns the length (in bytes) of this attribute's body.
|
String |
getName()
Returns the human readable name of this attribute.
|
getAttributeType, getLocationInMessage, setAttributeType, setLocationInMessagepublic static String NAME
public char getDataLength()
getDataLength in class StunAttributepublic boolean contains(char attributeID)
attributeID - the attribute id to look for.public void addAttributeId(char attributeId)
public Iterator<Character> getAttributes()
public int getAttributeCount()
public char getAttribute(int index)
index - the index of the attribute id to return.public String getName()
StunAttributegetName in class StunAttributepublic boolean equals(Object other)
StunAttributeequals in class StunAttributeother - the object to compare this attribute with.public byte[] encode()
StunAttributeencode in class StunAttributeprotected void decodeAttributeBody(byte[] data,
char offset,
char length)
throws StunException
StunAttributedecodeAttributeBody in class StunAttributedata - a binary array containing this attribute's field values and
NOT containing the attribute header.offset - the position where attribute values begin (most often offset
is equal to the index of the first byte after length)length - the length of the binary array.StunException - if attrubteValue contains invalid data.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.