|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Header | |
org.apache.anteater.test | This package contains the top-level tasks and API that define the testing framework. |
org.apache.anteater.test.matchers | This package contains implementations of matchers. |
Uses of Header in org.apache.anteater.test |
Methods in org.apache.anteater.test that return Header | |
Header |
HttpMessage.getHeader(String name)
|
Header |
Session.getCookieHeader(String path)
Retrieve a 'Set-Cookie' header for the specified path. |
Methods in org.apache.anteater.test with parameters of type Header | |
void |
HttpMessage.addHeader(Header header)
|
void |
Session.setCookie(Header hdr)
Takes a "Set-Cookie" header and stores it for later use. |
void |
HttpRequest.addConfiguredHeader(Header rh)
Add a header to the request |
Uses of Header in org.apache.anteater.test.matchers |
Methods in org.apache.anteater.test.matchers that return Header | |
static Header |
Header.create(org.apache.tools.ant.Project proj,
String name,
String value)
A factory for creating Headers which have their 'project' field properly set. |
static Header |
Header.parseHeaderLine(String line)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |