Uses of Interface
com.jayway.restassured.internal.NameAndValue

Packages that use NameAndValue
com.jayway.restassured.internal   
com.jayway.restassured.response   
 

Uses of NameAndValue in com.jayway.restassured.internal
 

Classes in com.jayway.restassured.internal with type parameters of type NameAndValue
 class MultiValueEntity<T extends NameAndValue>
           
 

Uses of NameAndValue in com.jayway.restassured.response
 

Classes in com.jayway.restassured.response that implement NameAndValue
 class Cookie
          Cookie class represents a token or short packet of state information (also referred to as "magic-cookie") that the HTTP agent and the target server can exchange to maintain a session.
 class Header
          Represents a HTTP header
 



Copyright © 2010-2011. All Rights Reserved.