Package org.apache.camel.coap
Interface CoAPConstants
public interface CoAPConstants
CoAP component constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCoAP exchange header namesstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringSupported request methodsstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringSupported CoAP server methods
-
Field Details
-
METHOD_DELETE
Supported request methods- See Also:
-
METHOD_GET
- See Also:
-
METHOD_PING
- See Also:
-
METHOD_POST
- See Also:
-
METHOD_PUT
- See Also:
-
METHOD_RESTRICT_ALL
Supported CoAP server methods -
COAP_ETAG
@Metadata(description="The CoAP ETag for the response.", javaType="byte[]") static final String COAP_ETAGCoAP exchange header names- See Also:
-
COAP_MAX_AGE
@Metadata(description="The CoAP Max-Age for the response body.", javaType="java.lang.Long") static final String COAP_MAX_AGE- See Also:
-
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- 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
- See Also:
-