Uses of Class
org.apache.hc.core5.http.ParseException
-
Packages that use ParseException Package Description org.apache.hc.core5.http.io.entity HTTP message entity APIs based on the classic (blocking) I/O model.org.apache.hc.core5.http.message Core HTTP message components, message element parser and writer APIs and their default implementations.org.apache.hc.core5.http.ssl -
-
Uses of ParseException in org.apache.hc.core5.http.io.entity
Methods in org.apache.hc.core5.http.io.entity that throw ParseException Modifier and Type Method Description static java.lang.String
EntityUtils. toString(HttpEntity entity)
Reads the contents of an entity and return it as a String.static java.lang.String
EntityUtils. toString(HttpEntity entity, int maxResultLength)
Reads the contents of an entity and return it as a String.static java.lang.String
EntityUtils. toString(HttpEntity entity, java.lang.String defaultCharset)
Gets the entity content as a String, using the provided default character set if none is found in the entity.static java.lang.String
EntityUtils. toString(HttpEntity entity, java.lang.String defaultCharset, int maxResultLength)
Gets the entity content as a String, using the provided default character set if none is found in the entity.static java.lang.String
EntityUtils. toString(HttpEntity entity, java.nio.charset.Charset defaultCharset)
Gets the entity content as a String, using the provided default character set if none is found in the entity.static java.lang.String
EntityUtils. toString(HttpEntity entity, java.nio.charset.Charset defaultCharset, int maxResultLength)
Gets the entity content as a String, using the provided default character set if none is found in the entity. -
Uses of ParseException in org.apache.hc.core5.http.message
Methods in org.apache.hc.core5.http.message that throw ParseException Modifier and Type Method Description Header
BasicLineParser. parseHeader(CharArrayBuffer buffer)
Header
LazyLaxLineParser. parseHeader(CharArrayBuffer buffer)
Header
LazyLineParser. parseHeader(CharArrayBuffer buffer)
Header
LineParser. parseHeader(CharArrayBuffer buffer)
Parses a header from the given buffer containing one line of text.(package private) ProtocolVersion
BasicLineParser. parseProtocolVersion(CharArrayBuffer buffer, ParserCursor cursor)
RequestLine
BasicLineParser. parseRequestLine(CharArrayBuffer buffer)
Parses a request line.RequestLine
LineParser. parseRequestLine(CharArrayBuffer buffer)
Parses a request line from the given buffer containing one line of text.StatusLine
BasicLineParser. parseStatusLine(CharArrayBuffer buffer)
StatusLine
LineParser. parseStatusLine(CharArrayBuffer buffer)
Parses a status line from the given buffer containing one line of text.Constructors in org.apache.hc.core5.http.message that throw ParseException Constructor Description BufferedHeader(CharArrayBuffer buffer)
Creates a new header from a buffer.BufferedHeader(CharArrayBuffer buffer, boolean strict)
-
Uses of ParseException in org.apache.hc.core5.http.ssl
Methods in org.apache.hc.core5.http.ssl that throw ParseException Modifier and Type Method Description static ProtocolVersion
TLS. parse(java.lang.String s)
(package private) ProtocolVersion
TlsVersionParser. parse(java.lang.CharSequence buffer, Tokenizer.Cursor cursor, java.util.BitSet delimiters)
(package private) ProtocolVersion
TlsVersionParser. parse(java.lang.String s)
-