Uses of Class
com.jayway.restassured.response.Cookie.Builder

Packages that use Cookie.Builder
com.jayway.restassured.response   
 

Uses of Cookie.Builder in com.jayway.restassured.response
 

Methods in com.jayway.restassured.response that return Cookie.Builder
 Cookie.Builder Cookie.Builder.setComment(String comment)
          Set the comment describing the purpose of this cookie.
 Cookie.Builder Cookie.Builder.setDomain(String domain)
          Set domain attribute of the cookie.
 Cookie.Builder Cookie.Builder.setExpiryDate(Date date)
          Set the expiration Date of the cookie.
 Cookie.Builder Cookie.Builder.setMaxAge(int maxAge)
          Set the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
 Cookie.Builder Cookie.Builder.setPath(String path)
          Set the path attribute of the cookie.
 Cookie.Builder Cookie.Builder.setSecured(boolean secured)
          Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
 Cookie.Builder Cookie.Builder.setVersion(int version)
          Sets the version of the cookie protocol this cookie complies with.
 



Copyright © 2010-2012. All Rights Reserved.