org.codehaus.cargo.container.internal.util
Class HttpUtils.HttpResult

java.lang.Object
  extended byorg.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
Enclosing class:
HttpUtils

public static class HttpUtils.HttpResult
extends java.lang.Object

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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responseCode

public int responseCode
The HTTP connection response code (eg 200).


responseMessage

public java.lang.String responseMessage
The HTTP connection response message (eg "Ok").


responseBody

public java.lang.String responseBody
The HTTP connection response body.

Constructor Detail

HttpUtils.HttpResult

public HttpUtils.HttpResult()


Copyright © 2004-2007 Codehaus. All Rights Reserved.