Uses of Interface
org.apache.hc.core5.http.HeaderElement
-
Packages that use HeaderElement Package Description org.apache.hc.core5.http Core HTTP transport component APIs.org.apache.hc.core5.http.message 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 HeaderElement Modifier and Type Method Description private 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 HeaderElement Modifier and Type Class Description classBasicHeaderElementBasic implementation ofHeaderElementFields in org.apache.hc.core5.http.message declared as HeaderElement Modifier and Type Field Description private static HeaderElement[]BasicHeaderValueParser. EMPTY_HEADER_ELEMENT_ARRAYAn empty immutableHeaderElementarray.Methods in org.apache.hc.core5.http.message that return HeaderElement Modifier and Type Method Description static HeaderElement[]MessageSupport. parse(Header header)HeaderElement[]BasicHeaderValueParser. parseElements(java.lang.CharSequence buffer, ParserCursor cursor)HeaderElement[]HeaderValueParser. parseElements(java.lang.CharSequence buffer, ParserCursor cursor)Parses a header value into elements.(package private) HeaderElementBasicHeaderElementIterator. parseHeaderElement(java.lang.CharSequence buf, ParserCursor cursor)HeaderElementBasicHeaderValueParser. parseHeaderElement(java.lang.CharSequence buffer, ParserCursor cursor)HeaderElementHeaderValueParser. parseHeaderElement(java.lang.CharSequence buffer, ParserCursor cursor)Parses a single header element.Methods in org.apache.hc.core5.http.message that return types with arguments of type HeaderElement Modifier and Type Method Description static java.util.Iterator<HeaderElement>MessageSupport. iterate(MessageHeaders headers, java.lang.String name)Methods in org.apache.hc.core5.http.message with parameters of type HeaderElement Modifier and Type Method Description voidBasicHeaderValueFormatter. 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.
-