Package com.jedox.palojlib.http
Class HttpParser
java.lang.Object
com.jedox.palojlib.http.HttpParser
parses the OLAP server response, not the header.
- Author:
- khaddadin
-
Constructor Details
-
HttpParser
public HttpParser()
-
-
Method Details
-
readResponseLine
- Throws:
IOException
-
parseResponse
parse inputstream from OLAP into a 2-Dimensional array of Strings, breaking into lines, and breaking up the values on each line by the delimiter ';'.- Parameters:
in- the inputstream containing OLAP response.- Returns:
- the parsed 2D array
-