Uses of Enum Class
edu.rit.http.HttpResponse.Status
Packages that use HttpResponse.Status
-
Uses of HttpResponse.Status in edu.rit.http
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.