Uses of Class
org.exoplatform.common.http.client.ParseException
Packages that use ParseException
-
Uses of ParseException in org.exoplatform.common.http.client
Methods in org.exoplatform.common.http.client that throw ParseExceptionModifier and TypeMethodDescriptionstatic final ObjectCodecs.chunkedDecode(InputStream input) Decodes chunked data.static voidHTTPConnection.dontProxyFor(String host) Add host to the list of hosts which should be accessed directly, not via any proxy set bysetProxyServer().static booleanHTTPConnection.doProxyFor(String host) Remove host from the list of hosts for which the proxy should not be used.static final StringUtil.getParameter(String param, String hdr) retrieves the value associated with the parameter param in a given header string.HTTPResponse.getText()Reads all the response data into a buffer and turns it into a string using the appropriate character converter.static final booleanDetermines if the given header contains a certain token.static final NVPair[]Codecs.mpFormDataDecode(byte[] data, String cont_type, String dir) This method decodes a multipart/form-data encoded string.static final NVPair[]Codecs.mpFormDataDecode(byte[] data, String cont_type, String dir, FilenameMangler mangler) This method decodes a multipart/form-data encoded string.static final VectorUtil.parseHeader(String header) This parses the value part of a header.static final VectorUtil.parseHeader(String header, boolean dequote) This parses the value part of a header.static final NVPair[]Turns a string of the form"name1=value1&name2=value2&name3=value3"into an array of name/value pairs.static final StringCodecs.quotedPrintableDecode(String str) This method does a quoted-printable decoding of the given string according to RFC-2045 (Section 6.7).static final StringUnescape escaped characters (i.e.static final StringThis method decodes the given urlencoded string.Constructors in org.exoplatform.common.http.client that throw ParseExceptionModifierConstructorDescriptionConstructs a URI from the given string representation.Constructs an opaque URI from the given parts.Constructs a URI from the given parts.Constructs a URI from the given parts, using the default port for this scheme (if known).URI(String scheme, String userinfo, String host, int port, String path, String query, String fragment) Constructs a URI from the given parts.Construct a URI from the given URL.Constructs a URI from the given string representation, relative to the given base URI.