Uses of Enum Class
cloud.opencode.base.web.http.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in cloud.opencode.base.web.http
Subclasses with type arguments of type HttpStatus in cloud.opencode.base.web.httpModifier and TypeClassDescriptionenumHTTP Status - HTTP Response Status Code Enumeration HTTP 状态 - HTTP 响应状态码枚举Methods in cloud.opencode.base.web.http that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusHttpStatus.fromCode(int code) Gets HttpStatus from status code.static HttpStatusHttpStatus.valueOf(int code) Gets HttpStatus from status code, throwing exception if not found.static HttpStatusReturns the enum constant of this class with the specified name.static HttpStatus[]HttpStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.