Class RAA


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

    • RAA

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

      public RAA(RAR req, ResultCode rc)
  • 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