Uses of Interface
org.apache.http.message.HeaderValueParser
| Package | Description |
|---|---|
| org.apache.http.message |
A selection of HTTP
message
implementations. |
-
Uses of HeaderValueParser in org.apache.http.message
Classes in org.apache.http.message that implement HeaderValueParser Modifier and Type Class Description classBasicHeaderValueParserBasic implementation for parsing header values into elements.Methods in org.apache.http.message with parameters of type HeaderValueParser Modifier and Type Method Description static HeaderElement[]BasicHeaderValueParser. parseElements(String value, HeaderValueParser parser)Parses elements with the given parser.static HeaderElementBasicHeaderValueParser. parseHeaderElement(String value, HeaderValueParser parser)Parses an element with the given parser.static NameValuePairBasicHeaderValueParser. parseNameValuePair(String value, HeaderValueParser parser)Parses a name-value-pair with the given parser.static NameValuePair[]BasicHeaderValueParser. parseParameters(String value, HeaderValueParser parser)Parses parameters with the given parser.Constructors in org.apache.http.message with parameters of type HeaderValueParser Constructor Description BasicHeaderElementIterator(HeaderIterator headerIterator, HeaderValueParser parser)Creates a new instance of BasicHeaderElementIterator