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

Packages that use AbstractStunAttribute
org.littleshoot.stun.stack.message.attributes   
org.littleshoot.stun.stack.message.attributes.ice   
org.littleshoot.stun.stack.message.attributes.turn   
 

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

Subclasses of AbstractStunAttribute in org.littleshoot.stun.stack.message.attributes
 class AbstractStunAddressAttribute
          Abstract class for all STUN attributes that include an address.
 class ErrorCodeAttribute
          The STUN ERROR CODE attribute.
 class MappedAddressAttribute
          Mapped Address attribute.
 class StunServerAttribute
          The STUN server attribute.
 

Uses of AbstractStunAttribute in org.littleshoot.stun.stack.message.attributes.ice
 

Subclasses of AbstractStunAttribute in org.littleshoot.stun.stack.message.attributes.ice
 class IceControlledAttribute
          The ICE-CONTROLLED attribute is present in a Binding Request, and indicates that the client believes it is currently in the controlled role.
 class IceControllingAttribute
          The ICE-CONTROLLING attribute is present in a Binding Request, and indicates that the client believes it is currently in the controlling role.
 class IcePriorityAttribute
          The PRIORITY attribute indicates the priority that is to be associated with a peer reflexive candidate, should one be discovered by this check.
 class IceUseCandidateAttribute
          The USE-CANDIDATE attribute indicates that the candidate pair resulting from this check should be used for transmission of media.
 

Uses of AbstractStunAttribute in org.littleshoot.stun.stack.message.attributes.turn
 

Subclasses of AbstractStunAttribute in org.littleshoot.stun.stack.message.attributes.turn
 class ConnectionStatusAttribute
          Connection status attribute.
 class DataAttribute
          Class that wraps incoming data from a remote host.
 class RelayAddressAttribute
          Relay address attribute.
 class RemoteAddressAttribute
          Relay address attribute.
 



Copyright © 2013 LittleShoot. All Rights Reserved.