Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/http/
DHttpStatus.java651 public final static int REQUEST_URI_TOO_LONG_414 = 414; field in HttpStatus
777 REQUEST_URI_TOO_LONG(REQUEST_URI_TOO_LONG_414, "Request-URI Too Long"),