Uses of Enum
org.apache.mina.http.api.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in org.apache.mina.http
Constructors in org.apache.mina.http with parameters of type HttpStatusModifierConstructorDescriptionHttpException(HttpStatus statusCode) Creates a new HttpException instanceHttpException(HttpStatus statusCode, String message) Creates a new HttpException instance -
Uses of HttpStatus in org.apache.mina.http.api
Subclasses with type arguments of type HttpStatus in org.apache.mina.http.apiFields in org.apache.mina.http.api declared as HttpStatusMethods in org.apache.mina.http.api that return HttpStatusModifier and TypeMethodDescriptionDefaultHttpResponse.getStatus()The HTTP status code for the HTTP response (e.g.HttpResponse.getStatus()The HTTP status code for the HTTP response (e.g.static HttpStatusReturns the enum constant of this type with the specified name.static HttpStatus[]HttpStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.mina.http.api with parameters of type HttpStatusModifierConstructorDescriptionDefaultHttpResponse(HttpVersion version, HttpStatus status, Map<String, String> headers) Creates a new DefaultHttpResponse instance