Uses of Enum Class
cool.scx.http.HttpStatusCode
Packages that use HttpStatusCode
-
Uses of HttpStatusCode in cool.scx.http
Subclasses with type arguments of type HttpStatusCode in cool.scx.httpMethods in cool.scx.http that return HttpStatusCodeModifier and TypeMethodDescriptionstatic HttpStatusCodeHttpStatusCode.find(int code) static HttpStatusCodeHttpStatusCode.of(int code) ScxHttpClientResponse.status()ScxHttpServerResponse.status()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 with parameters of type HttpStatusCode -
Uses of HttpStatusCode in cool.scx.http.exception
Methods in cool.scx.http.exception that return HttpStatusCodeConstructors in cool.scx.http.exception with parameters of type HttpStatusCodeModifierConstructorDescriptionScxHttpException(HttpStatusCode statusCode) ScxHttpException(HttpStatusCode statusCode, String message) ScxHttpException(HttpStatusCode statusCode, String message, Throwable cause) ScxHttpException(HttpStatusCode statusCode, Throwable cause)