Creates a new wrapper instance.
The status code to wrap.
Checks if the wrapper is frozen (read-only).
true if the wrapper is frozen, false otherwise.
Clones the wrapper with a copy of the status.
A new independent wrapper instance.
Freezes the wrapper to prevent modifications.
This wrapper for method chaining.
Gets the status value.
The status code.
Checks if the status is in the client error range (400-499).
true if the status is in the range, false otherwise.
Checks if the status is in the information range (100-199).
true if the status is in the range, false otherwise.
Checks if the status is in the redirect range (300-399).
true if the status is in the range, false otherwise.
Checks if the status is in the server error range (500-599).
true if the status is in the range, false otherwise.
Checks if the status is in the success range (200-299).
true if the status is in the range, false otherwise.
Checks if the status is not in the valid range (100-599).
true if the status is outside the valid range, false otherwise.
StaticfromFactory method to create a wrapper from scratch.
A new wrapper instance with default status 0.
Wrapper class for HTTP message status codes.