Class HttpStatusUtil
java.lang.Object
com.github.toolarium.network.server.util.HttpStatusUtil
Defines the http status
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpStatusUtilGet the instancegetStatusText(int statusCode) Get the status text
-
Method Details
-
getInstance
Get the instance- Returns:
- the instance
-
getStatusText
Get the status text- Parameters:
statusCode- the status code- Returns:
- the status as string
-