org.globus.util.http
Class HTTPResponseParser
java.lang.Object
org.globus.util.http.HTTPParser
org.globus.util.http.HTTPResponseParser
- public class HTTPResponseParser
- extends HTTPParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_httpType
protected String _httpType
_httpCode
protected int _httpCode
_httpMsg
protected String _httpMsg
HTTPResponseParser
public HTTPResponseParser(InputStream is)
throws IOException
getMessage
public String getMessage()
getStatusCode
public int getStatusCode()
isOK
public boolean isOK()
parseHead
public void parseHead(String line)
throws IOException
- Specified by:
parseHead
in class HTTPParser
- Throws:
IOException