Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/http/
DHttpStatus.java650 public final static int REQUEST_ENTITY_TOO_LARGE_413 = 413; field in HttpStatus
775 REQUEST_ENTITY_TOO_LARGE(REQUEST_ENTITY_TOO_LARGE_413, "Request Entity Too Large"),
DHttpParser.java1039 …throw new HttpException(HttpStatus.REQUEST_ENTITY_TOO_LARGE_413, "Request Entity Too Large: "+(_bu… in fill()