Uses of Class
org.littleshoot.stun.stack.message.attributes.StunAttributeType

Packages that use StunAttributeType
org.littleshoot.stun.stack.message   
org.littleshoot.stun.stack.message.attributes   
org.littleshoot.stun.stack.message.turn   
 

Uses of StunAttributeType in org.littleshoot.stun.stack.message
 

Methods in org.littleshoot.stun.stack.message that return types with arguments of type StunAttributeType
protected static Map<StunAttributeType,StunAttribute> AbstractStunMessage.createAttributes(StunAttribute... attributes)
           
protected static Map<StunAttributeType,StunAttribute> AbstractStunMessage.createRemoteAddress(InetSocketAddress remoteAddress)
           
 Map<StunAttributeType,StunAttribute> StunMessage.getAttributes()
          Accessor for the message attributes.
 Map<StunAttributeType,StunAttribute> NullStunMessage.getAttributes()
           
 Map<StunAttributeType,StunAttribute> ConnectErrorStunMessage.getAttributes()
           
 Map<StunAttributeType,StunAttribute> CanceledStunMessage.getAttributes()
           
 Map<StunAttributeType,StunAttribute> AbstractStunMessage.getAttributes()
           
 

Constructor parameters in org.littleshoot.stun.stack.message with type arguments of type StunAttributeType
AbstractStunMessage(StunMessageType messageType, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new STUN message.
AbstractStunMessage(org.apache.commons.id.uuid.UUID transactionId, StunMessageType messageType, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new STUN message.
BindingErrorResponse(org.apache.commons.id.uuid.UUID transactionId, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new binding response message.
BindingRequest(org.apache.commons.id.uuid.UUID id, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new STUN binding message.
BindingSuccessResponse(org.apache.commons.id.uuid.UUID transactionId, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new binding response message.
 

Uses of StunAttributeType in org.littleshoot.stun.stack.message.attributes
 

Methods in org.littleshoot.stun.stack.message.attributes that return StunAttributeType
 StunAttributeType StunAttribute.getAttributeType()
          Accessor for the type of the attribute.
 StunAttributeType AbstractStunAttribute.getAttributeType()
           
static StunAttributeType StunAttributeType.toType(int typeInt)
          Returns the enum for the corresponding int value, or null if no corresponding value exists.
static StunAttributeType StunAttributeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StunAttributeType[] StunAttributeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.littleshoot.stun.stack.message.attributes that return types with arguments of type StunAttributeType
 Map<StunAttributeType,StunAttribute> StunAttributesFactoryImpl.createAttributes(org.littleshoot.mina.common.ByteBuffer body)
           
 Map<StunAttributeType,StunAttribute> StunAttributesFactory.createAttributes(org.littleshoot.mina.common.ByteBuffer body)
          Creates a new Map of STUN attributes from the specified message body.
 

Constructors in org.littleshoot.stun.stack.message.attributes with parameters of type StunAttributeType
AbstractStunAddressAttribute(StunAttributeType attributeType, InetSocketAddress socketAddress)
          Creates a new mapped address attribute.
AbstractStunAttribute(StunAttributeType attributeType, int bodyLength)
          Creates a new attribute.
 

Uses of StunAttributeType in org.littleshoot.stun.stack.message.turn
 

Constructor parameters in org.littleshoot.stun.stack.message.turn with type arguments of type StunAttributeType
AbstractStunDataMessage(org.apache.commons.id.uuid.UUID transactionId, StunMessageType messageType, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new STUN data message.
AllocateErrorResponse(org.apache.commons.id.uuid.UUID transactionId, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new successful response to an allocate request.
AllocateSuccessResponse(org.apache.commons.id.uuid.UUID transactionId, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new successful response to an allocate request.
ConnectionStatusIndication(org.apache.commons.id.uuid.UUID transactionId, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new connection status indication message.
ConnectRequest(org.apache.commons.id.uuid.UUID transactionId, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new connection request.
DataIndication(org.apache.commons.id.uuid.UUID transactionId, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new Data Indication message.
SendIndication(org.apache.commons.id.uuid.UUID transactionId, Map<StunAttributeType,StunAttribute> attributes)
          Creates a new Send Indication message with data from the network.
 



Copyright © 2013 LittleShoot. All Rights Reserved.