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
-
parseLine
parse one line into into array of strings- Parameters:
str
- the line in responsedelim
- delimiter- Returns:
- the parsed array
-