Uses of Interface
bad.robot.http.Header

Packages that use Header
bad.robot.http   
bad.robot.http.matchers   
 

Uses of Header in bad.robot.http
 

Classes in bad.robot.http that implement Header
 class HeaderPair
           
 

Methods in bad.robot.http that return Header
static Header HeaderPair.header(String name, String value)
           
 

Methods in bad.robot.http that return types with arguments of type Header
 Iterator<Header> HeaderList.iterator()
           
 Iterator<Header> EmptyHeaders.iterator()
           
 

Methods in bad.robot.http with parameters of type Header
static Headers HeaderList.headers(Header... headers)
           
 

Uses of Header in bad.robot.http.matchers
 

Methods in bad.robot.http.matchers with parameters of type Header
static org.hamcrest.Matcher<Headers> Matchers.has(Header... headers)
           
static
<T extends HttpMessage>
org.hamcrest.Matcher<T>
Matchers.has(Header header)
           
static org.hamcrest.Matcher<Headers> Matchers.hasHeader(Header header)
           
static org.hamcrest.Matcher<Headers> Matchers.hasHeaders(Header... headers)
           
 



Copyright © 2012. All Rights Reserved.