Uses of Class
org.glassfish.grizzly.http.util.HttpStatus
-
Packages that use HttpStatus Package Description org.glassfish.grizzly.http org.glassfish.grizzly.http.util -
-
Uses of HttpStatus in org.glassfish.grizzly.http
Fields in org.glassfish.grizzly.http declared as HttpStatus Modifier and Type Field Description protected HttpStatusHttpResponsePacket. httpStatusStatus code.Methods in org.glassfish.grizzly.http that return HttpStatus Modifier and Type Method Description HttpStatusHttpResponsePacket. getHttpStatus()Gets the HTTP status for this response.Methods in org.glassfish.grizzly.http with parameters of type HttpStatus Modifier and Type Method Description voidHttpResponsePacket. setStatus(HttpStatus status)Sets the status code for this response. -
Uses of HttpStatus in org.glassfish.grizzly.http.util
Methods in org.glassfish.grizzly.http.util that return HttpStatus Modifier and Type Method Description static HttpStatusHttpStatus. getHttpStatus(int statusCode)static HttpStatusHttpStatus. newHttpStatus(int statusCode, String reasonPhrase)
-