Interface HttpStatusProvider.Status

  • Enclosing interface:
    HttpStatusProvider

    public static interface HttpStatusProvider.Status
    • Method Detail

      • getCode

        int getCode()
        The HTTP status code itself.
        Returns:
        the status code.
      • getText

        java.lang.String getText()
        The text associated with the status, if any.
        Returns:
        the text.