Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/http/
DHttpStatus.java659 public final static int INTERNAL_SERVER_ERROR_500 = 500; field in HttpStatus
798 INTERNAL_SERVER_ERROR(INTERNAL_SERVER_ERROR_500, "Server Error"),
/external/jetty/src/java/org/eclipse/jetty/server/
DAbstractHttpConnection.java642 _generator.setResponse(HttpStatus.INTERNAL_SERVER_ERROR_500,null); in commitResponse()
645 throw new HttpException(HttpStatus.INTERNAL_SERVER_ERROR_500); in commitResponse()
670 _generator.setResponse(HttpStatus.INTERNAL_SERVER_ERROR_500,null); in completeResponse()
673 throw new HttpException(HttpStatus.INTERNAL_SERVER_ERROR_500); in completeResponse()