Uses of Interface
org.apache.hc.core5.http.HeaderElement
Packages that use HeaderElement
Package
Description
Core HTTP transport component APIs.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of HeaderElement in org.apache.hc.core5.http
Methods in org.apache.hc.core5.http with parameters of type HeaderElementModifier and TypeMethodDescriptionprivate static ContentType
ContentType.create
(HeaderElement helem, boolean strict) -
Uses of HeaderElement in org.apache.hc.core5.http.message
Classes in org.apache.hc.core5.http.message that implement HeaderElementFields in org.apache.hc.core5.http.message declared as HeaderElementModifier and TypeFieldDescriptionprivate static final HeaderElement[]
BasicHeaderValueParser.EMPTY_HEADER_ELEMENT_ARRAY
An empty immutableHeaderElement
array.Methods in org.apache.hc.core5.http.message that return HeaderElementModifier and TypeMethodDescriptionstatic HeaderElement[]
BasicHeaderValueParser.parseElements
(CharSequence buffer, ParserCursor cursor) HeaderValueParser.parseElements
(CharSequence buffer, ParserCursor cursor) Parses a header value into elements.(package private) HeaderElement
BasicHeaderElementIterator.parseHeaderElement
(CharSequence buf, ParserCursor cursor) BasicHeaderValueParser.parseHeaderElement
(CharSequence buffer, ParserCursor cursor) HeaderValueParser.parseHeaderElement
(CharSequence buffer, ParserCursor cursor) Parses a single header element.Methods in org.apache.hc.core5.http.message that return types with arguments of type HeaderElementModifier and TypeMethodDescriptionstatic Iterator
<HeaderElement> MessageSupport.iterate
(MessageHeaders headers, String name) Methods in org.apache.hc.core5.http.message with parameters of type HeaderElementModifier and TypeMethodDescriptionvoid
BasicHeaderValueFormatter.formatElements
(CharArrayBuffer buffer, HeaderElement[] elems, boolean quote) void
HeaderValueFormatter.formatElements
(CharArrayBuffer buffer, HeaderElement[] elems, boolean quote) Formats an array of header elements.void
BasicHeaderValueFormatter.formatHeaderElement
(CharArrayBuffer buffer, HeaderElement elem, boolean quote) void
HeaderValueFormatter.formatHeaderElement
(CharArrayBuffer buffer, HeaderElement elem, boolean quote) Formats one header element.