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

Packages that use Header
com.jayway.restassured.internal   
com.jayway.restassured.response   
com.jayway.restassured.specification   
 

Uses of Header in com.jayway.restassured.internal
 

Methods in com.jayway.restassured.internal with parameters of type Header
 RequestSpecification RequestSpecificationImpl.header(Header header)
           
 

Uses of Header in com.jayway.restassured.response
 

Methods in com.jayway.restassured.response that return Header
 Header Headers.get(String headerName)
          Get a single header with the supplied name.
 

Methods in com.jayway.restassured.response that return types with arguments of type Header
 List<Header> Headers.getList(String headerName)
          Get all headers with the supplied name.
 Iterator<Header> Headers.iterator()
           
protected  List<Header> Headers.list()
           
 

Methods in com.jayway.restassured.response with parameters of type Header
static Headers Headers.headers(Header header, Header... additionalHeaders)
          An alternative way to create a Headers object from the constructor.
static Headers Headers.headers(Header header, Header... additionalHeaders)
          An alternative way to create a Headers object from the constructor.
 

Constructors in com.jayway.restassured.response with parameters of type Header
Headers(Header... headers)
           
 

Constructor parameters in com.jayway.restassured.response with type arguments of type Header
Headers(List<Header> headers)
           
 

Uses of Header in com.jayway.restassured.specification
 

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



Copyright © 2010-2012. All Rights Reserved.