Uses of Enum Class
org.jdrupes.httpcodec.protocols.http.HttpConstants.HttpStatus
Packages that use HttpConstants.HttpStatus
Package
Description
Classes required for handling the HTTP protocol.
-
Uses of HttpConstants.HttpStatus in org.jdrupes.httpcodec.protocols.http
Methods in org.jdrupes.httpcodec.protocols.http that return HttpConstants.HttpStatusModifier and TypeMethodDescriptionstatic HttpConstants.HttpStatusReturns the enum constant of this class with the specified name.static HttpConstants.HttpStatus[]HttpConstants.HttpStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdrupes.httpcodec.protocols.http with parameters of type HttpConstants.HttpStatusModifier and TypeMethodDescriptionHttpResponse.setStatus(HttpConstants.HttpStatus status) Sets both status code and reason phrase from the given http status value.Constructors in org.jdrupes.httpcodec.protocols.http with parameters of type HttpConstants.HttpStatusModifierConstructorDescriptionHttpProtocolException(HttpConstants.HttpProtocol httpProtocol, HttpConstants.HttpStatus status) Creates a new exception with the standard reason phrase.HttpResponse(HttpConstants.HttpProtocol protocol, HttpConstants.HttpStatus status, boolean hasPayload)