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

Packages that use Cookie
com.jayway.restassured.builder   
com.jayway.restassured.internal   
com.jayway.restassured.response   
com.jayway.restassured.specification   
 

Uses of Cookie in com.jayway.restassured.builder
 

Methods in com.jayway.restassured.builder with parameters of type Cookie
 RequestSpecBuilder RequestSpecBuilder.addCookie(Cookie cookie)
          Add a detailed cookie
 

Uses of Cookie in com.jayway.restassured.internal
 

Methods in com.jayway.restassured.internal that return Cookie
 Cookie RestAssuredResponseImpl.detailedCookie(String name)
           
 Cookie RestAssuredResponseImpl.getDetailedCookie(String name)
           
 

Methods in com.jayway.restassured.internal with parameters of type Cookie
 RequestSpecification RequestSpecificationImpl.cookie(Cookie cookie)
           
 

Uses of Cookie in com.jayway.restassured.response
 

Methods in com.jayway.restassured.response that return Cookie
 Cookie Cookie.Builder.build()
          Build a Cookie from the specified parameters.
 Cookie Response.detailedCookie(String name)
          Get a single cookie including all attributes associated with the given name.
 Cookie Cookies.get(String cookieName)
          Get a single cookie with the supplied name.
 Cookie Response.getDetailedCookie(String name)
          Get a single cookie including all attributes associated with the given name.
 

Methods in com.jayway.restassured.response that return types with arguments of type Cookie
 List<Cookie> Cookies.getList(String cookieName)
          Get all cookies with the supplied name.
 Iterator<Cookie> Cookies.iterator()
           
protected  List<Cookie> Cookies.list()
           
 

Methods in com.jayway.restassured.response with parameters of type Cookie
static Cookies Cookies.cookies(Cookie cookie, Cookie... additionalCookies)
          An alternative way to create a Cookies object from the constructor.
static Cookies Cookies.cookies(Cookie cookie, Cookie... additionalCookies)
          An alternative way to create a Cookies object from the constructor.
 

Constructors in com.jayway.restassured.response with parameters of type Cookie
Cookies(Cookie... cookies)
           
 

Constructor parameters in com.jayway.restassured.response with type arguments of type Cookie
Cookies(List<Cookie> cookies)
           
 

Uses of Cookie in com.jayway.restassured.specification
 

Methods in com.jayway.restassured.specification with parameters of type Cookie
 RequestSpecification RequestSpecification.cookie(Cookie cookie)
          Specify a Cookie to send with the request.
 



Copyright © 2010-2012. All Rights Reserved.