org.littleshoot.stun.stack.message.attributes.turn
Class RemoteAddressAttribute
java.lang.Object
org.littleshoot.stun.stack.message.attributes.AbstractStunAttribute
org.littleshoot.stun.stack.message.attributes.AbstractStunAddressAttribute
org.littleshoot.stun.stack.message.attributes.turn.RemoteAddressAttribute
- All Implemented Interfaces:
- StunAddressAttribute, StunAttribute
public class RemoteAddressAttribute
- extends AbstractStunAddressAttribute
Relay address attribute.
RemoteAddressAttribute
public RemoteAddressAttribute(InetSocketAddress socketAddress)
- Creates a new relay address attribute.
- Parameters:
socketAddress - The IP and port to put in the attribute.
accept
public void accept(StunAttributeVisitor visitor)
- Description copied from interface:
StunAttribute
- Allows attributes to accept visitors.
- Parameters:
visitor - The visitor to accept.
Copyright © 2013 LittleShoot. All Rights Reserved.