Class | Description |
---|---|
CoapMessage |
A representation of CoAP message following the CoAP RFC.
|
CoapOption |
A CoAP message option.
|
Enum | Description |
---|---|
CoapCode |
Extract of the CoAP RFC :
| 1 | GET | [RFCXXXX] |
| 2 | POST | [RFCXXXX] |
| 3 | PUT | [RFCXXXX] |
| 4 | DELETE | [RFCXXXX] |
| 65 | 2.01 Created | [RFCXXXX] |
| 66 | 2.02 Deleted | [RFCXXXX] |
| 67 | 2.03 Valid | [RFCXXXX] |
| 68 | 2.04 Changed | [RFCXXXX] |
| 69 | 2.05 Content | [RFCXXXX] |
| 128 | 4.00 Bad Request | [RFCXXXX] |
| 129 | 4.01 Unauthorized | [RFCXXXX] |
| 130 | 4.02 Bad Option | [RFCXXXX] |
| 131 | 4.03 Forbidden | [RFCXXXX] |
| 132 | 4.04 Not Found | [RFCXXXX] |
| 133 | 4.05 Method Not Allowed | [RFCXXXX] |
| 134 | 4.06 Not Acceptable | [RFCXXXX] |
| 140 | 4.12 Precondition Failed | [RFCXXXX] |
| 141 | 4.13 Request Entity Too Large | [RFCXXXX] |
| 143 | 4.15 Unsupported Content-Format | [RFCXXXX] |
| 160 | 5.00 Internal Server Error | [RFCXXXX] |
| 161 | 5.01 Not Implemented | [RFCXXXX] |
| 162 | 5.02 Bad Gateway | [RFCXXXX] |
| 163 | 5.03 Service Unavailable | [RFCXXXX] |
| 164 | 5.04 Gateway Timeout | [RFCXXXX] |
| 165 | 5.05 Proxying Not Supported | [RFCXXXX] |
|
CoapOptionType |
A type of CoAP option following the CoAP RFC list.
|
MessageType |
Type of CoAP message :
CONFIMABLE : need to be confirmed by a ACK
NON_CONFIRMABLE : fire and forget message
ACK : confirmation of a CONFIRMABLE message
RESET : to reset the session (see the RFC for details)
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.