org.formaria.http
Class HttpResponse
java.lang.Object
org.formaria.http.HttpResponse
public class HttpResponse
- extends java.lang.Object
Encapsulate the response
Copyright (c) Formaria Ltd., 2008, see license.txt for details
|
Constructor Summary |
HttpResponse()
Default constructor: response = HTTP_OK, data = mime = 'null' |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
status
public java.lang.String status
mimeType
public java.lang.String mimeType
data
public java.io.InputStream data
headers
public java.util.Properties headers
HttpResponse
public HttpResponse()
- Default constructor: response = HTTP_OK, data = mime = 'null'