-
- All Implemented Interfaces:
public class UseCandidateAttribute extends Attribute
This class implements the USE-CANDIDATE attribute This attribute is an extension to the original STUN protocol This is used only during an ICE implementation This attribute serves as only a flag, it does not have any data so the data length is zero
-
-
Method Summary
-
-
Method Detail
-
equals
boolean equals(Object obj)
Compares two STUN Attributes. Two attributes are considered equal when they have the same type, length and value.
- Parameters:
obj- the object to compare this attribute with.
-
getDataLength
char getDataLength()
Returns the length of this attribute's body.
-
-
-
-