Generated by
JDiff

Class org.springframework.http.HttpStatus

Added Methods
boolean is1xxInformational() Whether this status code is in the HTTP series org.springframework.http.HttpStatus.Series.INFORMATIONAL.
boolean is2xxSuccessful() Whether this status code is in the HTTP series org.springframework.http.HttpStatus.Series.SUCCESSFUL.
boolean is3xxRedirection() Whether this status code is in the HTTP series org.springframework.http.HttpStatus.Series.REDIRECTION.
boolean is4xxClientError() Whether this status code is in the HTTP series org.springframework.http.HttpStatus.Series.CLIENT_ERROR.
boolean is5xxServerError() Whether this status code is in the HTTP series org.springframework.http.HttpStatus.Series.SERVER_ERROR.