Interface CoAPConstants


  • public interface CoAPConstants
    CoAP component constants
    • Field Detail

      • METHOD_RESTRICT_ALL

        static final String METHOD_RESTRICT_ALL
        Supported CoAP server methods
      • COAP_METHOD

        @Metadata(description="The request method that the CoAP producer should use when calling the target CoAP\nserver URI. Valid options are DELETE, GET, PING, POST & PUT.",
                  javaType="String")
        static final String COAP_METHOD
        CoAP exchange header names
        See Also:
        Constant Field Values
      • COAP_RESPONSE_CODE

        @Metadata(description="The CoAP response code sent by the external server. See RFC 7252 for details\nof what each code means.",
                  javaType="String")
        static final String COAP_RESPONSE_CODE
        See Also:
        Constant Field Values
      • COAP_URI

        @Metadata(description="The URI of a CoAP server to call. Will override any existing URI configured directly on the endpoint.",
                  javaType="String")
        static final String COAP_URI
        See Also:
        Constant Field Values
      • CONTENT_TYPE

        @Metadata(description="The content type",
                  javaType="String")
        static final String CONTENT_TYPE
        See Also:
        Constant Field Values