org.littleshoot.stun.stack.message.attributes.ice
Class IceUseCandidateAttribute
java.lang.Object
org.littleshoot.stun.stack.message.attributes.AbstractStunAttribute
org.littleshoot.stun.stack.message.attributes.ice.IceUseCandidateAttribute
- All Implemented Interfaces:
- StunAttribute
public final class IceUseCandidateAttribute
- extends AbstractStunAttribute
The USE-CANDIDATE attribute indicates that the candidate pair resulting
from this check should be used for transmission of media. The attribute
has no content (the Length field of the attribute is zero); it serves
as a flag.
IceUseCandidateAttribute
public IceUseCandidateAttribute()
- Creates a new USE-CANDIDATE attribute.
accept
public void accept(StunAttributeVisitor visitor)
- Description copied from interface:
StunAttribute
- Allows attributes to accept visitors.
- Parameters:
visitor - The visitor to accept.
toString
public String toString()
- Overrides:
toString in class AbstractStunAttribute
Copyright © 2013 LittleShoot. All Rights Reserved.