Uses of Class
org.apache.hc.core5.http.message.RequestLine
Packages that use RequestLine
Package
Description
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of RequestLine in org.apache.hc.core5.http.message
Methods in org.apache.hc.core5.http.message that return RequestLineModifier and TypeMethodDescriptionBasicLineParser.parseRequestLine
(CharArrayBuffer buffer) Parses a request line.LineParser.parseRequestLine
(CharArrayBuffer buffer) Parses a request line from the given buffer containing one line of text.Methods in org.apache.hc.core5.http.message with parameters of type RequestLineModifier and TypeMethodDescriptionvoid
BasicLineFormatter.formatRequestLine
(CharArrayBuffer buffer, RequestLine reqline) void
LineFormatter.formatRequestLine
(CharArrayBuffer buffer, RequestLine reqline) Formats a request line.