Interface HttpStatus

All Known Implementing Classes:
NoneHttpStatus, SimpleHttpStatus, StatusLineHttpStatus

public interface HttpStatus
Interface of an HTTP status. Instances must be immutable. By convention, all instances MUST return the status code when hashCode() is called.