|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.globus.util.http
Class HTTPResponseParser
java.lang.Object | +--org.globus.util.http.HTTPParser | +--org.globus.util.http.HTTPResponseParser
- public class HTTPResponseParser
- extends HTTPParser
| Field Summary | |
protected int |
_httpCode
|
protected String |
_httpMsg
|
protected String |
_httpType
|
| Fields inherited from class org.globus.util.http.HTTPParser |
_chunked, _connection, _contentLength, _contentType, _host, _reader, _server |
| Constructor Summary | |
HTTPResponseParser(InputStream is)
|
|
| Method Summary | |
String |
getMessage()
|
int |
getStatusCode()
|
boolean |
isOK()
|
void |
parseHead(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 |
_httpType
protected String _httpType
_httpCode
protected int _httpCode
_httpMsg
protected String _httpMsg
| Constructor Detail |
HTTPResponseParser
public HTTPResponseParser(InputStream is) throws IOException
| Method Detail |
getMessage
public String getMessage()
getStatusCode
public int getStatusCode()
isOK
public boolean isOK()
parseHead
public void parseHead(String line) throws IOException
- Overrides:
parseHeadin classHTTPParser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||