Home
last modified time | relevance | path

Searched defs:SERVICE_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/javax/sip/message/
DResponse.java51 int SERVICE_UNAVAILABLE = 503; field
/external/python/cpython3/Lib/http/
D__init__.py138 SERVICE_UNAVAILABLE = (503, 'Service Unavailable', variable in HTTPStatus
/external/python/cpython2/Lib/
Dhttplib.py158 SERVICE_UNAVAILABLE = 503 variable