Uses of Class
org.apache.hc.core5.http.message.StatusLine
-
Packages that use StatusLine Package Description org.apache.hc.core5.http.message Core HTTP message components, message element parser and writer APIs and their default implementations. -
-
Uses of StatusLine in org.apache.hc.core5.http.message
Methods in org.apache.hc.core5.http.message that return StatusLine Modifier and Type Method Description StatusLine
BasicLineParser. parseStatusLine(CharArrayBuffer buffer)
StatusLine
LineParser. parseStatusLine(CharArrayBuffer buffer)
Parses a status line from the given buffer containing one line of text.Methods in org.apache.hc.core5.http.message with parameters of type StatusLine Modifier and Type Method Description void
BasicLineFormatter. formatStatusLine(CharArrayBuffer buffer, StatusLine statusLine)
void
LineFormatter. formatStatusLine(CharArrayBuffer buffer, StatusLine statline)
Formats a status line.
-