Definition at line 350 of file coap.py.
def webiopi.protocols.coap.COAPResponse.__init__ |
( |
|
self | ) |
|
int webiopi.protocols.coap.COAPResponse.BAD_GATEWAY = 162 |
|
static |
int webiopi.protocols.coap.COAPResponse.BAD_OPTION = 130 |
|
static |
int webiopi.protocols.coap.COAPResponse.BAD_REQUEST = 128 |
|
static |
int webiopi.protocols.coap.COAPResponse.CHANGED = 68 |
|
static |
dictionary webiopi.protocols.coap.COAPResponse.CODES |
|
static |
Initial value:
8 128:
"4.00 Bad Request",
9 129:
"4.01 Unauthorized",
10 130:
"4.02 Bad Option",
11 131:
"4.03 Forbidden",
12 132:
"4.04 Not Found",
13 133:
"4.05 Method Not Allowed",
14 134:
"4.06 Not Acceptable",
15 140:
"4.12 Precondition Failed",
16 141:
"4.13 Request Entity Too Large",
17 143:
"4.15 Unsupported Content-Format",
18 160:
"5.00 Internal Server Error",
19 161:
"5.01 Not Implemented",
20 162:
"5.02 Bad Gateway",
21 163:
"5.03 Service Unavailable",
22 164:
"5.04 Gateway Timeout",
23 165:
"5.05 Proxying Not Supported"
Definition at line 351 of file coap.py.
Referenced by webiopi.protocols.coap.COAPMessage.__str__().
int webiopi.protocols.coap.COAPResponse.CONTENT = 69 |
|
static |
int webiopi.protocols.coap.COAPResponse.CREATED = 65 |
|
static |
int webiopi.protocols.coap.COAPResponse.DELETED = 66 |
|
static |
int webiopi.protocols.coap.COAPResponse.ENTITY_TOO_LARGE = 141 |
|
static |
int webiopi.protocols.coap.COAPResponse.FORBIDDEN = 131 |
|
static |
int webiopi.protocols.coap.COAPResponse.GATEWAY_TIMEOUT = 164 |
|
static |
int webiopi.protocols.coap.COAPResponse.INTERNAL_ERROR = 160 |
|
static |
int webiopi.protocols.coap.COAPResponse.NOT_ACCEPTABLE = 134 |
|
static |
int webiopi.protocols.coap.COAPResponse.NOT_ALLOWED = 133 |
|
static |
int webiopi.protocols.coap.COAPResponse.NOT_FOUND = 132 |
|
static |
int webiopi.protocols.coap.COAPResponse.NOT_IMPLEMENTED = 161 |
|
static |
int webiopi.protocols.coap.COAPResponse.OK = 64 |
|
static |
int webiopi.protocols.coap.COAPResponse.PRECONDITION_FAILED = 140 |
|
static |
int webiopi.protocols.coap.COAPResponse.PROXYING_NOT_SUPPORTED = 165 |
|
static |
int webiopi.protocols.coap.COAPResponse.SERVICE_UNAVAILABLE = 163 |
|
static |
int webiopi.protocols.coap.COAPResponse.UNAUTHORIZED = 129 |
|
static |
int webiopi.protocols.coap.COAPResponse.UNSUPPORTED_CONTENT = 143 |
|
static |
int webiopi.protocols.coap.COAPResponse.VALID = 67 |
|
static |
The documentation for this class was generated from the following file: