-
- All Implemented Interfaces:
public class MagicCookieAttribute extends Attribute
The MAGIC-COOKIE attribute. It is used with old version of TURN (Google, Live messenger variant, ...).
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringNAMEpublic final static charDATA_LENGTH
-
Method Summary
-
-
Method Detail
-
getName
String getName()
Returns the human readable name of this attribute. Attribute names do not really matter from the protocol point of view. They are only used for debugging and readability.
-
getDataLength
char getDataLength()
Returns the length of this attribute's body.
-
equals
boolean equals(Object obj)
Compares two STUN Attributes. Attributes are considered equal when their type, length, and all data are the same.
- Parameters:
obj- the object to compare this attribute with.
-
-
-
-