|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StunMessageType | |
|---|---|
| org.littleshoot.stun.stack.message | |
| org.littleshoot.stun.stack.message.turn | |
| Uses of StunMessageType in org.littleshoot.stun.stack.message |
|---|
| Methods in org.littleshoot.stun.stack.message that return StunMessageType | |
|---|---|
StunMessageType |
StunMessage.getType()
Accessor for the type of the message. |
StunMessageType |
NullStunMessage.getType()
|
StunMessageType |
ConnectErrorStunMessage.getType()
|
StunMessageType |
CanceledStunMessage.getType()
|
StunMessageType |
AbstractStunMessage.getType()
|
static StunMessageType |
StunMessageType.toType(int typeInt)
Returns the enum for the corresponding int value, or null
if no corresponding value exists. |
static StunMessageType |
StunMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StunMessageType[] |
StunMessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.littleshoot.stun.stack.message with parameters of type StunMessageType | |
|---|---|
AbstractStunMessage(StunMessageType messageType)
Creates a new STUN message. |
|
AbstractStunMessage(StunMessageType messageType,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new STUN message. |
|
AbstractStunMessage(org.apache.commons.id.uuid.UUID transactionId,
StunMessageType messageType)
Creates a new STUN message. |
|
AbstractStunMessage(org.apache.commons.id.uuid.UUID transactionId,
StunMessageType messageType,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new STUN message. |
|
| Uses of StunMessageType in org.littleshoot.stun.stack.message.turn |
|---|
| Constructors in org.littleshoot.stun.stack.message.turn with parameters of type StunMessageType | |
|---|---|
AbstractStunDataMessage(StunMessageType messageType,
byte[] data,
InetSocketAddress remoteAddress)
Creates a new abstract STUN data message. |
|
AbstractStunDataMessage(org.apache.commons.id.uuid.UUID transactionId,
StunMessageType messageType,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new STUN data message. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||