Home
last modified time | relevance | path

Searched refs:InternalServerError (Results 1 – 2 of 2) sorted by relevance

/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DNanoWSD.java258 …doClose(CloseCode.InternalServerError, "Handler terminated without closing the connection.", false… in readWebsocket()
295 this(CloseCode.InternalServerError, cause.toString(), cause); in WebSocketException()
320 InternalServerError(1011), enumConstant
/external/libbrillo/brillo/http/
Dhttp_request.h188 static const int InternalServerError = 500; variable