Interface UndefinedAvp

  • All Superinterfaces:
    Cloneable, DiameterAvp

    public interface UndefinedAvp
    extends DiameterAvp
    Represents an AVP that was not recognised by the stack. This means the AVP's code was not registered, so the stack does not know the AVP's type and how to decode it. Applications can decode the AVP if they know the correct AVP type, i.e. one of the DiameterAvpType constant field values.