protected static class HttpRequestHandler.HttpResponseItems
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
contentType
The content type of the response.
|
RecordToken |
cookies
All cookies from the setCookies port plus the Cookies from the
HttpRequest.
|
boolean |
hasNewCookies
A flag indicating that new cookies have been received on the
setCookies port, and that all cookies should be written to the
HttpServletResponse in the doGet() or doPost() method.
|
RecordToken |
headers
Headers to include in the response, if any.
|
java.lang.String |
response
The text of the response.
|
int |
statusCode
Status code of the response.
|
Modifier | Constructor and Description |
---|---|
protected |
HttpResponseItems() |
public java.lang.String contentType
public RecordToken cookies
public boolean hasNewCookies
public RecordToken headers
public java.lang.String response
public int statusCode