Class RAR


public class RAR extends Request
Diameter Re-Auth-Request (RAR) message.
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
  • Constructor Details

    • RAR

      public RAR(ByteBuffer bb, com.bea.wcp.diameter.transport.Connection c)
    • RAR

      public RAR(Node node, int appId, String sessionId)
    • RAR

      public RAR(Node node, Command cmd, int appId, String sessionId)
  • Method Details

    • validate

      public void validate() throws MessageException
      Description copied from class: Message
      Validates the message by validating each message AVP. If any AVP values are cached as message fields, they are cleared first. This supports validation of both received and originated messages.
      Overrides:
      validate in class Message
      Throws:
      MessageException - if the message was invalid
    • validateAvp

      protected void validateAvp(Avp avp) throws AvpException
      Overrides:
      validateAvp in class Message
      Throws:
      AvpException
    • setReAuthRequestType

      public void setReAuthRequestType(int type)
    • getReAuthRequestType

      public int getReAuthRequestType()