|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StunMessage
Interface for STUN messages.
| Method Summary | |
|---|---|
Map<StunAttributeType,StunAttribute> |
getAttributes()
Accessor for the message attributes. |
int |
getBodyLength()
Accessor for the length of the message body. |
int |
getTotalLength()
Accessor for the total length of the message, including headers. |
org.apache.commons.id.uuid.UUID |
getTransactionId()
Accessor for the ID of the message's transaction. |
StunMessageType |
getType()
Accessor for the type of the message. |
| Methods inherited from interface org.littleshoot.stun.stack.message.VisitableStunMessage |
|---|
accept |
| Method Detail |
|---|
org.apache.commons.id.uuid.UUID getTransactionId()
int getTotalLength()
Map<StunAttributeType,StunAttribute> getAttributes()
Map.int getBodyLength()
StunMessageType getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||