Uses of Class
com.jayway.restassured.response.Cookies

Packages that use Cookies
com.jayway.restassured.assertion   
com.jayway.restassured.builder   
com.jayway.restassured.internal   
com.jayway.restassured.response   
com.jayway.restassured.specification   
 

Uses of Cookies in com.jayway.restassured.assertion
 

Methods in com.jayway.restassured.assertion that return Cookies
static Cookies CookieMatcher.getCookies(Object headerWithCookieList)
           
 

Uses of Cookies in com.jayway.restassured.builder
 

Methods in com.jayway.restassured.builder with parameters of type Cookies
 ResponseBuilder ResponseBuilder.setCookies(Cookies cookies)
          Set some cookies that will be available in the response.
 

Uses of Cookies in com.jayway.restassured.internal
 

Methods in com.jayway.restassured.internal that return Cookies
 Cookies RestAssuredResponseImpl.detailedCookies()
           
 Cookies RequestSpecificationImpl.getCookies()
           
 Cookies RestAssuredResponseImpl.getDetailedCookies()
           
 

Methods in com.jayway.restassured.internal with parameters of type Cookies
 RequestSpecification RequestSpecificationImpl.cookies(Cookies cookies)
           
 void RestAssuredResponseImpl.setCookies(Cookies value)
           
 

Uses of Cookies in com.jayway.restassured.response
 

Methods in com.jayway.restassured.response that return Cookies
static Cookies Cookies.cookies(Cookie cookie, Cookie... additionalCookies)
          An alternative way to create a Cookies object from the constructor.
 Cookies Response.detailedCookies()
          The response cookies with all the attributes.
 Cookies Response.getDetailedCookies()
          The response cookies with all the attributes.
 

Uses of Cookies in com.jayway.restassured.specification
 

Methods in com.jayway.restassured.specification that return Cookies
 Cookies FilterableRequestSpecification.getCookies()
           
 

Methods in com.jayway.restassured.specification with parameters of type Cookies
 RequestSpecification RequestSpecification.cookies(Cookies cookies)
          Specify the cookies that'll be sent with the request as Cookies:
 



Copyright © 2010-2011. All Rights Reserved.