|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.util.http.HTTPParser
org.globus.util.http.HTTPResponseParser
public class HTTPResponseParser
Field Summary | |
---|---|
protected int |
_httpCode
|
protected java.lang.String |
_httpMsg
|
protected java.lang.String |
_httpType
|
Fields inherited from class org.globus.util.http.HTTPParser |
---|
_chunked, _connection, _contentLength, _contentType, _host, _reader, _server |
Constructor Summary | |
---|---|
HTTPResponseParser(java.io.InputStream is)
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
|
int |
getStatusCode()
|
boolean |
isOK()
|
void |
parseHead(java.lang.String line)
|
Methods inherited from class org.globus.util.http.HTTPParser |
---|
getContentLength, getContentType, getReader, getRest, isChunked, parse, setInputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _httpType
protected int _httpCode
protected java.lang.String _httpMsg
Constructor Detail |
---|
public HTTPResponseParser(java.io.InputStream is) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.lang.String getMessage()
public int getStatusCode()
public boolean isOK()
public void parseHead(java.lang.String line) throws java.io.IOException
parseHead
in class HTTPParser
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |