Interface StatusLine

All Known Implementing Classes:
BasicStatusLine

public interface StatusLine
Represents a status line as returned from a HTTP server. See RFC2616, section 6.1. Implementations are expected to be thread safe.
Since:
4.0
Version:
$Id: StatusLine.java 573864 2007-09-08 15:53:25Z rolandw $
Author:
Jeff Dever, Mike Bowler
See Also:
HttpStatus