Searched refs:RequestMatcherResponseRule (Results 1 - 1 of 1) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DFakeHttpLayer.java67 addHttpResponseRule(new RequestMatcherResponseRule(requestMatcher, response));
77 addHttpResponseRule(new RequestMatcherResponseRule(requestMatcher, responses));
186 public static class RequestMatcherResponseRule implements HttpEntityStub.ResponseRule { class in class:FakeHttpLayer
193 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpResponse responseToGive) { method in class:FakeHttpLayer.RequestMatcherResponseRule
198 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { method in class:FakeHttpLayer.RequestMatcherResponseRule
203 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { method in class:FakeHttpLayer.RequestMatcherResponseRule
208 public RequestMatcherResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { method in class:FakeHttpLayer.RequestMatcherResponseRule

Completed in 104 milliseconds