Interface CoAPConstants


public interface CoAPConstants
CoAP component constants
  • Field Details

    • METHOD_DELETE

      static final String METHOD_DELETE
      Supported request methods
      See Also:
    • METHOD_GET

      static final String METHOD_GET
      See Also:
    • METHOD_PING

      static final String METHOD_PING
      See Also:
    • METHOD_POST

      static final String METHOD_POST
      See Also:
    • METHOD_PUT

      static final String METHOD_PUT
      See Also:
    • 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:
    • 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:
    • 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:
    • CONTENT_TYPE

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