Home
last modified time | relevance | path

Searched refs:SERVICE_UNAVAILABLE (Results 1 – 8 of 8) sorted by relevance

/external/nist-sip/java/javax/sip/message/
DResponse.java51 int SERVICE_UNAVAILABLE = 503; field
/external/python/cpython3/Lib/http/
D__init__.py125 SERVICE_UNAVAILABLE = (503, 'Service Unavailable', variable in HTTPStatus
/external/python/cpython3/Doc/library/
Dhttp.rst112 ``503`` ``SERVICE_UNAVAILABLE`` HTTP/1.1 :rfc:`7231`, Section 6.6.4
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java257 case SERVICE_UNAVAILABLE : in getReasonPhrase()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DTLSMessageChannel.java494 .createResponse(Response.SERVICE_UNAVAILABLE); in processMessage()
/external/python/cpython2/Lib/
Dhttplib.py158 SERVICE_UNAVAILABLE = 503 variable
/external/python/cpython2/Doc/library/
Dhttplib.rst398 | :const:`SERVICE_UNAVAILABLE` | ``503`` | HTTP/1.1, `RFC 2616, Section …
/external/python/oauth2client/tests/
Dtest_client.py1287 'status': http_client.SERVICE_UNAVAILABLE,