Class HttpParser

java.lang.Object
com.jedox.palojlib.http.HttpParser

public class HttpParser extends Object
parses the OLAP server response, not the header.
Author:
khaddadin
  • Constructor Details

    • HttpParser

      public HttpParser()
  • Method Details

    • readResponseLine

      public final String readResponseLine(InputStream in) throws IOException
      Throws:
      IOException
    • parseLine

      public final String[] parseLine(String str, char delim)
      parse one line into into array of strings
      Parameters:
      str - the line in response
      delim - delimiter
      Returns:
      the parsed array