Uses of Enum Class
edu.rit.http.HttpResponse.Status
Packages that use HttpResponse.Status
-
Uses of HttpResponse.Status in edu.rit.http
Subclasses with type arguments of type HttpResponse.Status in edu.rit.httpModifier and TypeClassDescriptionstatic enumEnumeration HttpResponse.Status enumerates the status codes for an HTTP response message.Methods in edu.rit.http that return HttpResponse.StatusModifier and TypeMethodDescriptionstatic HttpResponse.StatusReturns the enum constant of this class with the specified name.static HttpResponse.Status[]HttpResponse.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.rit.http with parameters of type HttpResponse.StatusModifier and TypeMethodDescriptionvoidHttpResponse.setStatusCode(HttpResponse.Status theStatusCode) Set this HTTP response's status code.