Uses of Class
org.apache.hc.core5.http.message.StatusLine
Packages that use StatusLine
Package
Description
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 StatusLineModifier and TypeMethodDescriptionBasicLineParser.parseStatusLine
(CharArrayBuffer buffer) 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 StatusLineModifier and TypeMethodDescriptionvoid
BasicLineFormatter.formatStatusLine
(CharArrayBuffer buffer, StatusLine statusLine) void
LineFormatter.formatStatusLine
(CharArrayBuffer buffer, StatusLine statline) Formats a status line.