Uses of Enum Class
io.inverno.mod.http.base.Status
Packages that use Status
Package
Description
Inverno HTTP base API.
Inverno HTTP WebSocket base API.
-
Uses of Status in io.inverno.mod.http.base
Methods in io.inverno.mod.http.base that return StatusModifier and TypeMethodDescriptionHttpException.getStatus()Returns the HTTP status.InboundResponseHeaders.getStatus()Returns the response HTTP status.static StatusStatus.valueOf(int code) Returns the HTTP status corresponding to the specified code.static StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.inverno.mod.http.base with parameters of type StatusModifier and TypeMethodDescriptionSets the response HTTP status.static Status.CategoryReturns the HTTP category corresponding to the specified HTTP status.Constructors in io.inverno.mod.http.base with parameters of type StatusModifierConstructorDescriptionHttpException(Status status) Creates an HTTP exception with specified HTTP status.HttpException(Status status, String message) Creates an HTTP exception with specified HTTP status and message.HttpException(Status status, String message, Throwable cause) Creates an HTTP exception with specified HTTP status, message and cause.HttpException(Status status, Throwable cause) Creates an HTTP exception with specified HTTP status and cause. -
Uses of Status in io.inverno.mod.http.base.ws
Constructors in io.inverno.mod.http.base.ws with parameters of type StatusModifierConstructorDescriptionWebSocketException(Status status) Creates a WebSocket exception with specified HTTP status.WebSocketException(Status status, String message) Creates a WebSocket exception with specified HTTP status and message.WebSocketException(Status status, String message, Throwable cause) Creates a WebSocket exception with specified HTTP status, message and cause.WebSocketException(Status status, Throwable cause) Creates a WebSocket exception with specified HTTP status and cause.