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.StringEntityUtils. toString(HttpEntity entity)Reads the contents of an entity and return it as a String.static java.lang.StringEntityUtils. toString(HttpEntity entity, int maxResultLength)Reads the contents of an entity and return it as a String.static java.lang.StringEntityUtils. 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.StringEntityUtils. 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.StringEntityUtils. 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.StringEntityUtils. 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 HeaderBasicLineParser. parseHeader(CharArrayBuffer buffer)HeaderLazyLaxLineParser. parseHeader(CharArrayBuffer buffer)HeaderLazyLineParser. parseHeader(CharArrayBuffer buffer)HeaderLineParser. parseHeader(CharArrayBuffer buffer)Parses a header from the given buffer containing one line of text.(package private) ProtocolVersionBasicLineParser. parseProtocolVersion(CharArrayBuffer buffer, ParserCursor cursor)RequestLineBasicLineParser. parseRequestLine(CharArrayBuffer buffer)Parses a request line.RequestLineLineParser. parseRequestLine(CharArrayBuffer buffer)Parses a request line from the given buffer containing one line of text.StatusLineBasicLineParser. parseStatusLine(CharArrayBuffer buffer)StatusLineLineParser. 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 ProtocolVersionTLS. parse(java.lang.String s)(package private) ProtocolVersionTlsVersionParser. parse(java.lang.CharSequence buffer, Tokenizer.Cursor cursor, java.util.BitSet delimiters)(package private) ProtocolVersionTlsVersionParser. parse(java.lang.String s)
-