Home | History | Annotate | Download | only in robolectric

Lines Matching refs:httpResponse

10 import org.apache.http.HttpResponse;
1075 * @param httpResponse the response
1077 public static void addPendingHttpResponse(HttpResponse httpResponse) {
1078 getFakeHttpLayer().addPendingHttpResponse(httpResponse);
1134 public static void addHttpResponseRule(String method, String uri, HttpResponse response) {
1144 public static void addHttpResponseRule(String uri, HttpResponse response) {
1164 public static void addHttpResponseRule(RequestMatcher requestMatcher, HttpResponse response) {
1176 public static void addHttpResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> responses) {
1188 public static void setDefaultHttpResponse(HttpResponse defaultHttpResponse) {