Name | Type | Description |
---|---|---|
domain | String | Cookie domain. |
expiryDate | Date | Cookie expiry date. |
isPersistent | boolean | Whether the cookie is persistent. |
isSecure | boolean | Whether the cookie is secure. |
name | String | Cookie name. |
path | String | Cookie path. |
value | String | Cookie value. |
Name | Returns |
---|---|
RESTCookie(org.apache.http.cookie.Cookie ) | constructor |
isExpired(java.util.Date ) | boolean |
isPersistent() | boolean |
isSecure() | boolean |
Method | Returns |
---|---|
RESTHost.getCookies() | RESTCookie[] |
None |
---|