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 ContentTypeContentType.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_ARRAYAn empty immutableHeaderElementarray.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) HeaderElementBasicHeaderElementIterator.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 TypeMethodDescriptionvoidBasicHeaderValueFormatter.formatElements(CharArrayBuffer buffer, HeaderElement[] elems, boolean quote) voidHeaderValueFormatter.formatElements(CharArrayBuffer buffer, HeaderElement[] elems, boolean quote) Formats an array of header elements.voidBasicHeaderValueFormatter.formatHeaderElement(CharArrayBuffer buffer, HeaderElement elem, boolean quote) voidHeaderValueFormatter.formatHeaderElement(CharArrayBuffer buffer, HeaderElement elem, boolean quote) Formats one header element.