Interface RecognizedAddressHeaderNames


  • public interface RecognizedAddressHeaderNames
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] RECOGNIZED_ADDRESS_HEADER_NAMES_LIST
      Array of lower-case header names which are currently recognized as address headers by the SIP stack.
      This array contains the same values as the RECOGNIZED_ADDRESS_HEADER_NAMES_SET field.
      static java.util.Set<java.lang.String> RECOGNIZED_ADDRESS_HEADER_NAMES_SET
      Set of lower-case header names which are currently recognized as address headers by the SIP stack.
      This set contains the same values as the RECOGNIZED_ADDRESS_HEADER_NAMES_LIST field.
    • Field Detail

      • RECOGNIZED_ADDRESS_HEADER_NAMES_LIST

        static final java.lang.String[] RECOGNIZED_ADDRESS_HEADER_NAMES_LIST
        Array of lower-case header names which are currently recognized as address headers by the SIP stack.
        This array contains the same values as the RECOGNIZED_ADDRESS_HEADER_NAMES_SET field.
      • RECOGNIZED_ADDRESS_HEADER_NAMES_SET

        static final java.util.Set<java.lang.String> RECOGNIZED_ADDRESS_HEADER_NAMES_SET
        Set of lower-case header names which are currently recognized as address headers by the SIP stack.
        This set contains the same values as the RECOGNIZED_ADDRESS_HEADER_NAMES_LIST field.