Uses of Class
org.apache.hc.core5.http.ParseException
Packages that use ParseException
Package
Description
HTTP message entity APIs based on the classic (blocking) I/O model.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of ParseException in org.apache.hc.core5.http.io.entity
Methods in org.apache.hc.core5.http.io.entity that throw ParseExceptionModifier and TypeMethodDescriptionstatic String
EntityUtils.toString
(HttpEntity entity) Reads the contents of an entity and return it as a String.static String
EntityUtils.toString
(HttpEntity entity, int maxResultLength) Reads the contents of an entity and return it as a String.static String
EntityUtils.toString
(HttpEntity entity, String defaultCharset) Gets the entity content as a String, using the provided default character set if none is found in the entity.static String
EntityUtils.toString
(HttpEntity entity, 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 String
EntityUtils.toString
(HttpEntity entity, Charset defaultCharset) Gets the entity content as a String, using the provided default character set if none is found in the entity.static String
EntityUtils.toString
(HttpEntity entity, 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 ParseExceptionModifier and TypeMethodDescriptionBasicLineParser.parseHeader
(CharArrayBuffer buffer) LazyLaxLineParser.parseHeader
(CharArrayBuffer buffer) LazyLineParser.parseHeader
(CharArrayBuffer buffer) 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) BasicLineParser.parseRequestLine
(CharArrayBuffer buffer) Parses a request line.LineParser.parseRequestLine
(CharArrayBuffer buffer) Parses a request line from the given buffer containing one line of text.BasicLineParser.parseStatusLine
(CharArrayBuffer buffer) 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 ParseExceptionModifierConstructorDescriptionBufferedHeader
(CharArrayBuffer buffer) Creates a new header from a buffer.(package private)
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 ParseExceptionModifier and TypeMethodDescriptionstatic ProtocolVersion
(package private) ProtocolVersion
TlsVersionParser.parse
(CharSequence buffer, Tokenizer.Cursor cursor, BitSet delimiters) (package private) ProtocolVersion