Uses of Class
org.apache.mina.http.api.HttpStatus
-
Packages that use HttpStatus Package Description org.apache.mina.http org.apache.mina.http.api -
-
Uses of HttpStatus in org.apache.mina.http
Constructors in org.apache.mina.http with parameters of type HttpStatus Constructor Description HttpException(HttpStatus statusCode)Creates a new HttpException instanceHttpException(HttpStatus statusCode, java.lang.String message)Creates a new HttpException instance -
Uses of HttpStatus in org.apache.mina.http.api
Fields in org.apache.mina.http.api declared as HttpStatus Modifier and Type Field Description private HttpStatusDefaultHttpResponse. statusMethods in org.apache.mina.http.api that return HttpStatus Modifier and Type Method Description HttpStatusDefaultHttpResponse. getStatus()The HTTP status code for the HTTP response (e.g.HttpStatusHttpResponse. getStatus()The HTTP status code for the HTTP response (e.g.static HttpStatusHttpStatus. valueOf(java.lang.String name)Returns 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 HttpStatus Constructor Description DefaultHttpResponse(HttpVersion version, HttpStatus status, java.util.Map<java.lang.String,java.lang.String> headers)Creates a new DefaultHttpResponse instance
-