Class AttributeRequest

All Implemented Interfaces:
FunctionIDs

public class AttributeRequest extends RequestMessage
AttributeRequest message
  • Constructor Details

    • AttributeRequest

      public AttributeRequest(SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
      Ctor.
      Parameters:
      pPrevResponderSet - - set of address strings
      pURLStr -
      pScopeList - - list of scope strings
      pTagList -
      pSPIList -
    • AttributeRequest

      public AttributeRequest(String pLangTag, SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
      Ctor.
      Parameters:
      pLangTag -
      pPrevResponderSet - - set of address strings
      pURLStr -
      pScopeList - - list of scope strings
      pTagList -
      pSPIList -
    • AttributeRequest

      public AttributeRequest(MsgHeader pHeader, SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
      Ctor.
      Parameters:
      pHeader -
      pPrevResponderSet - - set of address strings
      pURLStr -
      pScopeList - - list of scope strings
      pTagList -
      pSPIList -
  • Method Details