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.httpMethods in org.eclipse.jetty.http that return HttpStatus.CodeModifier and TypeMethodDescriptionstatic HttpStatus.CodeHttpStatus.getCode(int code) Get the HttpStatus.Code for a specific code.static 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.