Whether this status code is in the Redirection class ({@code 3xx}). @see RFC 2616
@override bool is3xxRedirection() { return series == Series.redirection; }