Uses of Interface
bad.robot.http.HttpMessage

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

Uses of HttpMessage in bad.robot.http
 

Subinterfaces of HttpMessage in bad.robot.http
 interface HttpDelete
           
 interface HttpGet
           
 interface HttpPost
          

A HTTP message consists of the following; a request line, such as GET /logo.gif HTTP/1.1 or Status line, such as HTTP/1.1 200 OK, headers, an empty line and the optional HTTP message body data.

 interface HttpPut
           
 interface HttpRequest
           
 interface HttpResponse
           
 

Classes in bad.robot.http that implement HttpMessage
 class DefaultHttpResponse
           
 class FormUrlEncodedMessage
           
 class HttpDeleteMessage
           
 class HttpGetMessage
           
 class UnencodedStringMessage
           
 

Uses of HttpMessage in bad.robot.http.matchers
 

Methods in bad.robot.http.matchers with type parameters of type HttpMessage
static
<T extends HttpMessage>
org.hamcrest.Matcher<T>
Matchers.binaryContent(byte[] content)
           
static
<T extends HttpMessage>
org.hamcrest.Matcher<T>
Matchers.binaryContent(org.hamcrest.Matcher<byte[]> matcher)
           
static
<T extends HttpMessage>
org.hamcrest.Matcher<T>
Matchers.binaryContent(org.hamcrest.Matcher<byte[]> matcher, String characterSet)
           
static
<T extends HttpMessage>
org.hamcrest.Matcher<T>
Matchers.content(org.hamcrest.Matcher<String> mather)
           
static
<T extends HttpMessage>
org.hamcrest.Matcher<T>
Matchers.content(String content)
           
static
<T extends HttpMessage>
org.hamcrest.Matcher<T>
Matchers.has(Header header)
           
static
<T extends HttpMessage>
org.hamcrest.Matcher<T>
Matchers.headerWithValue(String name, org.hamcrest.Matcher<String> value)
           
 

Method parameters in bad.robot.http.matchers with type arguments of type HttpMessage
static org.hamcrest.Matcher<HttpPost> Matchers.post(org.hamcrest.Matcher<? extends HttpMessage> matcher)
           
static org.hamcrest.Matcher<HttpPut> Matchers.put(org.hamcrest.Matcher<? extends HttpMessage> matcher)
           
 



Copyright © 2012. All Rights Reserved.