Uses of Enum Class
cool.scx.http.status_code.HttpStatusCode
Packages that use HttpStatusCode
-
Uses of HttpStatusCode in cool.scx.http.status_code
Subclasses with type arguments of type HttpStatusCode in cool.scx.http.status_codeMethods in cool.scx.http.status_code that return HttpStatusCodeModifier and TypeMethodDescriptionstatic HttpStatusCodeHttpStatusCode.find(int statusCode) static HttpStatusCodeHttpStatusCode.of(int statusCode) static HttpStatusCodeReturns the enum constant of this class with the specified name.static HttpStatusCode[]HttpStatusCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.scx.http.status_code with parameters of type HttpStatusCodeModifier and TypeMethodDescriptionstatic StringScxHttpStatusCodeHelper.getReasonPhrase(HttpStatusCode statusCode)