Class Http1StatusLineHelper
java.lang.Object
cool.scx.http.x.http1.status_line.Http1StatusLineHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringencode(Http1StatusLine statusLine) static Http1StatusLineparseStatusLine(String statusLineStr)
-
Constructor Details
-
Http1StatusLineHelper
public Http1StatusLineHelper()
-
-
Method Details
-
parseStatusLine
public static Http1StatusLine parseStatusLine(String statusLineStr) throws InvalidHttpStatusLineException, InvalidHttpVersion, InvalidHttpStatusException -
encode
-