Package 

Class ChangedAddressAttribute

  • All Implemented Interfaces:

    
    public class ChangedAddressAttribute
    extends AddressAttribute
                        

    The CHANGED-ADDRESS attribute indicates the IP address and port where responses would have been sent from if the "change IP" and "change port" flags had been set in the CHANGE-REQUEST attribute of the Binding Request. The attribute is always present in a Binding Response, independent of the value of the flags. Its syntax is identical to 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
      ChangedAddressAttribute() Creates a CHANGED_ADDRESS attribute
    • 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

      • ChangedAddressAttribute

        ChangedAddressAttribute()
        Creates a CHANGED_ADDRESS attribute
    • Method Detail