|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StunAttribute
Interface for the various STUN attributes.
| Method Summary | |
|---|---|
void |
accept(StunAttributeVisitor visitor)
Allows attributes to accept visitors. |
StunAttributeType |
getAttributeType()
Accessor for the type of the attribute. |
int |
getBodyLength()
Returns the length of the attribute in bytes. |
int |
getTotalLength()
Gets the total length of the attribute including the header and the body in bytes. |
| Method Detail |
|---|
int getBodyLength()
void accept(StunAttributeVisitor visitor)
visitor - The visitor to accept.int getTotalLength()
StunAttributeType getAttributeType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||