Searched refs:InternalServerError (Results 1 – 2 of 2) sorted by relevance
258 …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
188 static const int InternalServerError = 500; variable