Interface ShowHttpErrorPageCallback.Params

Enclosing interface:
ShowHttpErrorPageCallback

public static interface ShowHttpErrorPageCallback.Params
  • Method Summary

    Modifier and Type
    Method
    Description
    default HttpStatus
    Returns an Optional that contains error code of the failed request converted to HttpStatus if such conversion is valid, otherwise an empty Optional.
    default String
    url()
    Returns a string that represents URL of the unreachable navigation request.
  • Method Details

    • url

      default String url()
      Returns a string that represents URL of the unreachable navigation request.
    • httpStatus

      default HttpStatus httpStatus()
      Returns an Optional that contains error code of the failed request converted to HttpStatus if such conversion is valid, otherwise an empty Optional.