protected static class HttpActor.HttpResponseItems
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
java.lang.String |
response
The text of the response.
|
int |
statusCode
Status code of the response.
|
Modifier | Constructor and Description |
---|---|
protected |
HttpResponseItems() |
public RecordToken cookies
public boolean hasNewCookies
public java.lang.String response
public int statusCode