Uses of Class
org.eclipse.jetty.http.HttpStatus.Code
-
Packages that use HttpStatus.Code Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpStatus.Code in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpStatus.Code Modifier and Type Method Description static HttpStatus.CodeHttpStatus. getCode(int code)Get the HttpStatusCode for a specific codestatic HttpStatus.CodeHttpStatus.Code. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpStatus.Code[]HttpStatus.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.
-