Uses of Enum Class
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 class with the specified name.static HttpStatus.Code[]HttpStatus.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.