Uses of Enum Class
de.sstoehr.harreader.model.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in de.sstoehr.harreader.model
Subclasses with type arguments of type HttpStatus in de.sstoehr.harreader.modelMethods in de.sstoehr.harreader.model that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusHttpStatus.byCode(int code) HarResponse.httpStatus()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.