org.codehaus.cargo.container.internal.util
Class HttpUtils.HttpResult
java.lang.Object
org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
- Enclosing class:
- HttpUtils
public static class HttpUtils.HttpResult
- extends Object
Storage class for the HTTP ping result.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
responseCode
public int responseCode
- The HTTP connection response code (eg 200).
responseMessage
public String responseMessage
- The HTTP connection response message (eg "Ok").
responseBody
public String responseBody
- The HTTP connection response body.
HttpUtils.HttpResult
public HttpUtils.HttpResult()
Copyright © 2004-2012 Codehaus. All Rights Reserved.