Search

Class RESTCookie

Extends java.lang.Object
Wrapper around http cookie. RESTCookie objects are read-only.

Attributes

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.

Methods

Name Returns
RESTCookie(org.apache.http.cookie.Cookie ) constructor
isExpired(java.util.Date ) boolean
isPersistent() boolean
isSecure() boolean

Returned by

Method Returns
RESTHost.getCookies() RESTCookie[]

Referenced in

None