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 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
static final String COAP_METHOD
CoAP exchange header names- See Also:
- Constant Field Values
-
COAP_RESPONSE_CODE
static final String COAP_RESPONSE_CODE
- See Also:
- Constant Field Values
-
COAP_URI
static final String COAP_URI
- See Also:
- Constant Field Values
-
-