Uses of Enum Class
io.nosqlbench.adapter.http.statuscodes.HttpStatusRanges
Packages that use HttpStatusRanges
-
Uses of HttpStatusRanges in io.nosqlbench.adapter.http.statuscodes
Subclasses with type arguments of type HttpStatusRanges in io.nosqlbench.adapter.http.statuscodesMethods in io.nosqlbench.adapter.http.statuscodes that return HttpStatusRangesModifier and TypeMethodDescriptionIetfStatusCode.getCategory()static HttpStatusRangesReturns the enum constant of this class with the specified name.static HttpStatusRangesHttpStatusRanges.valueOfCode(int code) static HttpStatusRanges[]HttpStatusRanges.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.nosqlbench.adapter.http.statuscodes with parameters of type HttpStatusRangesModifierConstructorDescriptionIetfStatusCode(String values, String description, String reference, HttpStatusRanges category)