Package 

Object HttpStatus.Companion

    • Method Summary

      Modifier and Type Method Description
      final HttpStatus valueOf(Integer statusCode) Return the HttpStatus enum constant with the specified numeric value.
      final HttpStatus resolve(Integer statusCode) Resolve the given status code to an HttpStatus, if possible.
      • Methods inherited from class java.lang.Object

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

      • valueOf

         final HttpStatus valueOf(Integer statusCode)

        Return the HttpStatus enum constant with the specified numeric value.

        Parameters:
        statusCode - the numeric value of the enum to be returned
      • resolve

        @Nullable() final HttpStatus resolve(Integer statusCode)

        Resolve the given status code to an HttpStatus, if possible.

        Parameters:
        statusCode - the HTTP status code (potentially non-standard)