Uses of Class
org.apache.http.ParseException
| Package | Description |
|---|---|
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.impl.cookie | |
| org.apache.http.impl.io |
Default implementations for interfaces in
org.apache.http.io. |
| org.apache.http.message |
A selection of HTTP
message
implementations. |
| org.apache.http.util |
Mostly utility classes with static helper methods for various purposes.
|
-
Uses of ParseException in org.apache.http
Methods in org.apache.http that throw ParseException Modifier and Type Method Description HeaderElement[]Header. getElements() -
Uses of ParseException in org.apache.http.impl.cookie
Methods in org.apache.http.impl.cookie that throw ParseException Modifier and Type Method Description HeaderElementNetscapeDraftHeaderParser. parseHeader(CharArrayBuffer buffer, ParserCursor cursor) -
Uses of ParseException in org.apache.http.impl.io
Methods in org.apache.http.impl.io that throw ParseException Modifier and Type Method Description protected abstract HttpMessageAbstractMessageParser. parseHead(SessionInputBuffer sessionBuffer)protected HttpMessageHttpRequestParser. parseHead(SessionInputBuffer sessionBuffer)protected HttpMessageHttpResponseParser. parseHead(SessionInputBuffer sessionBuffer) -
Uses of ParseException in org.apache.http.message
Methods in org.apache.http.message that throw ParseException Modifier and Type Method Description protected intBasicTokenIterator. findNext(int from)Determines the next token.HeaderElement[]BasicHeader. getElements()Returns an array ofHeaderElements constructed from my value.HeaderElement[]BufferedHeader. getElements()ObjectBasicTokenIterator. next()Returns the next token.StringBasicTokenIterator. nextToken()Obtains the next token from this iteration.static HeaderElement[]BasicHeaderValueParser. parseElements(String value, HeaderValueParser parser)Parses elements with the given parser.HeaderElement[]HeaderValueParser. parseElements(CharArrayBuffer buffer, ParserCursor cursor)Parses a header value into elements.static HeaderBasicLineParser. parseHeader(String value, LineParser parser)HeaderBasicLineParser. parseHeader(CharArrayBuffer buffer)HeaderLineParser. parseHeader(CharArrayBuffer buffer)Creates a header from a line.static HeaderElementBasicHeaderValueParser. parseHeaderElement(String value, HeaderValueParser parser)Parses an element with the given parser.HeaderElementHeaderValueParser. parseHeaderElement(CharArrayBuffer buffer, ParserCursor cursor)Parses a single header element.static NameValuePairBasicHeaderValueParser. parseNameValuePair(String value, HeaderValueParser parser)Parses a name-value-pair with the given parser.NameValuePairHeaderValueParser. parseNameValuePair(CharArrayBuffer buffer, ParserCursor cursor)Parses a name=value specification, where the = and value are optional.static NameValuePair[]BasicHeaderValueParser. parseParameters(String value, HeaderValueParser parser)Parses parameters with the given parser.NameValuePair[]HeaderValueParser. parseParameters(CharArrayBuffer buffer, ParserCursor cursor)Parses a list of name-value pairs.static ProtocolVersionBasicLineParser. parseProtocolVersion(String value, LineParser parser)ProtocolVersionBasicLineParser. parseProtocolVersion(CharArrayBuffer buffer, ParserCursor cursor)ProtocolVersionLineParser. parseProtocolVersion(CharArrayBuffer buffer, ParserCursor cursor)Parses the textual representation of a protocol version.static RequestLineBasicLineParser. parseRequestLine(String value, LineParser parser)RequestLineBasicLineParser. parseRequestLine(CharArrayBuffer buffer, ParserCursor cursor)Parses a request line.RequestLineLineParser. parseRequestLine(CharArrayBuffer buffer, ParserCursor cursor)Parses a request line.static StatusLineBasicLineParser. parseStatusLine(String value, LineParser parser)StatusLineBasicLineParser. parseStatusLine(CharArrayBuffer buffer, ParserCursor cursor)StatusLineLineParser. parseStatusLine(CharArrayBuffer buffer, ParserCursor cursor)Parses a status line.Constructors in org.apache.http.message that throw ParseException Constructor Description BufferedHeader(CharArrayBuffer buffer)Creates a new header from a buffer. -
Uses of ParseException in org.apache.http.util
Methods in org.apache.http.util that throw ParseException Modifier and Type Method Description static StringEntityUtils. getContentCharSet(HttpEntity entity)static StringEntityUtils. toString(HttpEntity entity)static StringEntityUtils. toString(HttpEntity entity, String defaultCharset)