Searched refs:BAD_REQUEST_400 (Results 1 – 4 of 4) sorted by relevance
637 public final static int BAD_REQUEST_400 = 400; field in HttpStatus749 BAD_REQUEST(BAD_REQUEST_400, "Bad Request"),
360 throw new HttpException(HttpStatus.BAD_REQUEST_400); in parseNext()386 throw new HttpException(HttpStatus.BAD_REQUEST_400); in parseNext()404 throw new HttpException(HttpStatus.BAD_REQUEST_400); in parseNext()541 … throw new HttpException(HttpStatus.BAD_REQUEST_400); in parseNext()
818 throw new HttpException(HttpStatus.BAD_REQUEST_400,null); in startRequest()829 throw new HttpException(HttpStatus.BAD_REQUEST_400,null,e); in startRequest()945 _generator.setResponse(HttpStatus.BAD_REQUEST_400, null); in headerComplete()
1140 … _connection._generator.sendError(HttpStatus.BAD_REQUEST_400,"Bad Host header",null,true); in getServerName()