Class StatusDictionary


  • public abstract class StatusDictionary
    extends java.lang.Object
    HTTP status code dictionary.
    Author:
    Jakub Kulaviak
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getDescription​(int statusCode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDescription

        public static java.lang.String getDescription​(int statusCode)
        Parameters:
        statusCode - status code
        Returns:
        short description of specified status code