|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
public static class HttpUtils.HttpResult
Storage class for the HTTP ping result.
| Field Summary | |
|---|---|
java.lang.String |
responseBody
The HTTP connection response body. |
int |
responseCode
The HTTP connection response code (eg 200). |
java.lang.String |
responseMessage
The HTTP connection response message (eg "Ok"). |
| Constructor Summary | |
|---|---|
HttpUtils.HttpResult()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int responseCode
public java.lang.String responseMessage
public java.lang.String responseBody
| Constructor Detail |
|---|
public HttpUtils.HttpResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||