Java io.netty.handler.codec.http HttpStatusClass fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http HttpStatusClass fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http HttpStatusClass.

The text is from its open source code.

Field

HttpStatusClassINFORMATIONAL
The informational class (1xx)
HttpStatusClassSUCCESS
The success class (2xx)
HttpStatusClassCLIENT_ERROR
The client error class (4xx)
HttpStatusClassSERVER_ERROR
The server error class (5xx)

Method

HttpStatusClassvalueOf(int code)
Returns the class of the specified HTTP status code.
HttpStatusClassvalueOf(CharSequence code)
Returns the class of the specified HTTP status code.