Uses of Enum Class
eu.cloudnetservice.driver.network.http.HttpResponseCode
Packages that use HttpResponseCode
Package
Description
-
Uses of HttpResponseCode in eu.cloudnetservice.driver.network.http
Fields in eu.cloudnetservice.driver.network.http declared as HttpResponseCodeFields in eu.cloudnetservice.driver.network.http with type parameters of type HttpResponseCodeModifier and TypeFieldDescriptionprivate static final Map<Integer,HttpResponseCode> HttpResponseCode.BY_CODEMethods in eu.cloudnetservice.driver.network.http that return HttpResponseCodeModifier and TypeMethodDescriptionstatic @NonNull HttpResponseCodeHttpResponseCode.fromNumeric(int numeric) Get the http response code associated from the numeric status code, falling back to OK if the code was not found.HttpHandleException.responseCode()Get the status code to set in the response to the current processing request.HttpResponse.status()The status code of the http response.static HttpResponseCodeReturns the enum constant of this class with the specified name.static HttpResponseCode[]HttpResponseCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.cloudnetservice.driver.network.http with parameters of type HttpResponseCodeModifier and TypeMethodDescriptionHttpResponse.status(@NonNull HttpResponseCode code) Sets the status of this response.Constructors in eu.cloudnetservice.driver.network.http with parameters of type HttpResponseCodeModifierConstructorDescriptionHttpHandleException(@NonNull HttpResponseCode responseCode, byte[] responseBody, @NonNull String message) Constructs a new HttpHandleException instance. -
Uses of HttpResponseCode in eu.cloudnetservice.driver.network.http.annotation.parser
Constructors in eu.cloudnetservice.driver.network.http.annotation.parser with parameters of type HttpResponseCodeModifierConstructorDescriptionAnnotationHttpHandleException(@NonNull String path, @NonNull String reason, @NonNull HttpResponseCode responseCode, byte[] responseBody) Constructs a new AnnotationHttpHandleException instance. -
Uses of HttpResponseCode in eu.cloudnetservice.driver.network.netty.http
Methods in eu.cloudnetservice.driver.network.netty.http that return HttpResponseCodeModifier and TypeMethodDescriptionNettyHttpServerResponse.status()The status code of the http response.Methods in eu.cloudnetservice.driver.network.netty.http with parameters of type HttpResponseCodeModifier and TypeMethodDescriptionNettyHttpServerResponse.status(@NonNull HttpResponseCode code) Sets the status of this response.