Package 

Object HttpStatus.Series.Companion

    • Method Detail

      • valueOf

        @Deprecated(message = as of 5.3, in favor of invoking {@link HttpStatus#series()} directly) final HttpStatus.Series valueOf(HttpStatus status)

        Return the Series enum constant for the supplied HttpStatus.

        Parameters:
        status - a standard HTTP status enum constant
      • valueOf

         final HttpStatus.Series valueOf(Integer statusCode)

        Return the Series enum constant for the supplied status code.

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

        @Nullable() final HttpStatus.Series resolve(Integer statusCode)

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

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