Whether this status code is in the Successful class ({@code 2xx}). @see RFC 2616
@override bool is2xxSuccessful() { return _hundreds() == 2; }