- addHeader(Header) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
-
- addHeader(String, String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
-
- addHeader(Header) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
-
- addHttpResponse(HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
As a consumer of the fake http call, you should never call this method.
- addHttpResponseContent(byte[]) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
- addHttpResponseRule(String, String, HttpResponse) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
-
Adds an HTTP response rule.
- addHttpResponseRule(String, HttpResponse) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
-
Adds an HTTP response rule with a default method of GET.
- addHttpResponseRule(String, String) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
-
Adds an HTTP response rule.
- addHttpResponseRule(RequestMatcher, HttpResponse) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
-
Adds an HTTP response rule.
- addHttpResponseRule(RequestMatcher, List<? extends HttpResponse>) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
-
Adds an HTTP response rule.
- addHttpResponseRule(String, String, HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
- addHttpResponseRule(String, HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
- addHttpResponseRule(String, String) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
- addHttpResponseRule(RequestMatcher, HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
- addHttpResponseRule(RequestMatcher, List<? extends HttpResponse>) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
Add a response rule.
- addHttpResponseRule(HttpEntityStub.ResponseRule) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
- addPendingHttpResponse(int, String, Header...) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
-
Sets up an HTTP response to be returned by calls to Apache’s HttpClient implementers.
- addPendingHttpResponse(HttpResponse) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
-
Sets up an HTTP response to be returned by calls to Apache’s HttpClient implementers.
- addPendingHttpResponse(HttpResponseGenerator) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
-
Sets up an HTTP response to be returned by calls to Apache’s HttpClient implementers.
- addPendingHttpResponse(int, String, Header...) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
- addPendingHttpResponse(HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
- addPendingHttpResponse(HttpResponseGenerator) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
- addPendingHttpResponseWithContentType(int, String, Header) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
-
- addRequestInfo(HttpRequestInfo) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
-
This method is not supposed to be consumed by tests.