Uses of Enum
org.eclipse.jetty.http.HttpStatus.Code
Packages that use HttpStatus.Code
-
Uses of HttpStatus.Code in org.eclipse.jetty.http
Subclasses with type arguments of type HttpStatus.Code in org.eclipse.jetty.httpFields in org.eclipse.jetty.http declared as HttpStatus.CodeMethods in org.eclipse.jetty.http that return HttpStatus.CodeModifier and TypeMethodDescriptionstatic HttpStatus.CodeHttpStatus.getCode(int code) Get the HttpStatusCode for a specific codestatic HttpStatus.CodeReturns 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.