Uses of Enum
io.inverno.mod.http.base.Status
Packages that use Status
-
Uses of Status in io.inverno.mod.http.base
Methods in io.inverno.mod.http.base that return StatusModifier and TypeMethodDescriptionstatic StatusStatus.valueOf(int code) Returns the HTTP status corresponding to the specified code.static StatusReturns the enum constant of this type with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.inverno.mod.http.base with parameters of type StatusModifier and TypeMethodDescriptionstatic Status.CategoryReturns the HTTP status corresponding to the specified HTTP status.Constructors in io.inverno.mod.http.base with parameters of type StatusModifierConstructorDescriptionHttpException(Status status) Creates a HTTP exception with specified HTTP status.HttpException(Status status, String message) Creates a HTTP exception with specified HTTP status and message.HttpException(Status status, String message, Throwable cause) Creates a HTTP exception with specified HTTP status, message and cause.HttpException(Status status, Throwable cause) Creates a HTTP exception with specified HTTP status and cause.