|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponse | |
---|---|
bad.robot.http | |
bad.robot.http.apache | |
bad.robot.http.listener | |
bad.robot.http.matchers |
Uses of HttpResponse in bad.robot.http |
---|
Classes in bad.robot.http that implement HttpResponse | |
---|---|
class |
DefaultHttpResponse
|
Methods in bad.robot.http that return HttpResponse | |
---|---|
HttpResponse |
HttpClient.delete(URL url)
|
HttpResponse |
HttpClient.get(URL url)
|
HttpResponse |
HttpClient.get(URL url,
Headers headers)
|
HttpResponse |
HttpClient.post(URL url,
HttpPost message)
|
HttpResponse |
HttpClient.put(URL url,
HttpPut message)
|
Uses of HttpResponse in bad.robot.http.apache |
---|
Methods in bad.robot.http.apache that return HttpResponse | |
---|---|
HttpResponse |
ApacheHttpClient.delete(URL url)
|
HttpResponse |
ApacheHttpClient.get(URL url)
|
HttpResponse |
ApacheHttpClient.get(URL url,
Headers headers)
|
HttpResponse |
ApacheHttpClient.post(URL url,
HttpPost message)
|
HttpResponse |
ApacheHttpClient.put(URL url,
HttpPut message)
|
Uses of HttpResponse in bad.robot.http.listener |
---|
Methods in bad.robot.http.listener that return HttpResponse | |
---|---|
HttpResponse |
LoggingHttpClient.delete(URL url)
|
HttpResponse |
LoggingHttpClient.get(URL url)
|
HttpResponse |
LoggingHttpClient.get(URL url,
Headers headers)
|
HttpResponse |
LoggingHttpClient.post(URL url,
HttpPost message)
|
HttpResponse |
LoggingHttpClient.put(URL url,
HttpPut message)
|
Uses of HttpResponse in bad.robot.http.matchers |
---|
Methods in bad.robot.http.matchers that return types with arguments of type HttpResponse | |
---|---|
static org.hamcrest.Matcher<HttpResponse> |
Matchers.hasContent(org.hamcrest.Matcher<String> content)
|
static org.hamcrest.Matcher<HttpResponse> |
Matchers.hasContent(String content)
|
static org.hamcrest.Matcher<HttpResponse> |
Matchers.hasHeader(Header header)
|
static org.hamcrest.Matcher<HttpResponse> |
Matchers.hasHeader(String name,
org.hamcrest.Matcher<String> value)
|
static org.hamcrest.Matcher<HttpResponse> |
Matchers.hasStatus(int status)
|
static org.hamcrest.Matcher<HttpResponse> |
Matchers.hasStatusMessage(String message)
|
Methods in bad.robot.http.matchers with parameters of type HttpResponse | |
---|---|
boolean |
HttpResponseStatusMessageMatcher.matchesSafely(HttpResponse actual)
|
boolean |
HttpResponseStatusCodeMatcher.matchesSafely(HttpResponse actual)
|
boolean |
HttpResponseMessageContentStringMatcher.matchesSafely(HttpResponse actual)
|
boolean |
HttpResponseHeaderStringMatcher.matchesSafely(HttpResponse actual)
|
boolean |
HttpResponseHeaderMatcher.matchesSafely(HttpResponse actual)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |