Uses of Enum Class
cool.scx.http.status.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in cool.scx.http.status
Subclasses with type arguments of type HttpStatus in cool.scx.http.statusMethods in cool.scx.http.status that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusHttpStatus.find(int code) static HttpStatusHttpStatus.of(int code) 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.Methods in cool.scx.http.status with parameters of type HttpStatusModifier and TypeMethodDescriptionstatic StringScxHttpStatusHelper.getReasonPhrase(HttpStatus status)