Package 

Class RemoteAddressAttribute

  • All Implemented Interfaces:

    
    public class RemoteAddressAttribute
    extends AddressAttribute
                        

    The REMOTE-ADDRESS is present in Data Indication of old TURN versions. It specifies the address and port where the data is sent. It is encoded in the same way as MAPPED-ADDRESS.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String NAME
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.ice4j.attribute.AddressAttribute

        encode, equals, getAddress, getAddressBytes, getDataLength, getFamily, getName, getPort, setAddress
      • Methods inherited from class org.ice4j.attribute.Attribute

        getAttributeType, getLocationInMessage, setLocationInMessage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail