Package org.globus.util.http
Class HTTPResponseParser
java.lang.Object
org.globus.util.http.HTTPParser
org.globus.util.http.HTTPResponseParser
-
Field Summary
FieldsFields inherited from class org.globus.util.http.HTTPParser
_chunked, _connection, _contentLength, _contentType, _host, _reader, _server
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.globus.util.http.HTTPParser
getContentLength, getContentType, getReader, getRest, isChunked, parse, setInputStream
-
Field Details
-
_httpType
-
_httpCode
protected int _httpCode -
_httpMsg
-
-
Constructor Details
-
HTTPResponseParser
- Throws:
IOException
-
-
Method Details
-
getMessage
-
getStatusCode
public int getStatusCode() -
isOK
public boolean isOK() -
parseHead
- Specified by:
parseHead
in classHTTPParser
- Throws:
IOException
-