Package org.apache.camel.coap
Interface CoAPConstants
-
public interface CoAPConstantsCoAP component constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOAP_METHODCoAP exchange header namesstatic StringCOAP_RESPONSE_CODEstatic StringCOAP_URIstatic StringCONTENT_TYPEstatic StringMETHOD_DELETESupported request methodsstatic StringMETHOD_GETstatic StringMETHOD_PINGstatic StringMETHOD_POSTstatic StringMETHOD_PUTstatic StringMETHOD_RESTRICT_ALLSupported CoAP server methods
-
-
-
Field Detail
-
METHOD_DELETE
static final String METHOD_DELETE
Supported request methods- See Also:
- Constant Field Values
-
METHOD_GET
static final String METHOD_GET
- See Also:
- Constant Field Values
-
METHOD_PING
static final String METHOD_PING
- See Also:
- Constant Field Values
-
METHOD_POST
static final String METHOD_POST
- See Also:
- Constant Field Values
-
METHOD_PUT
static final String METHOD_PUT
- See Also:
- Constant Field Values
-
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_METHODCoAP 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
-
-