Class FakeHttpLayer.RequestMatcherResponseRule

java.lang.Object
org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherResponseRule
All Implemented Interfaces:
HttpEntityStub.ResponseRule
Enclosing class:
FakeHttpLayer

public static class FakeHttpLayer.RequestMatcherResponseRule extends Object implements HttpEntityStub.ResponseRule
  • Constructor Details

    • RequestMatcherResponseRule

      public RequestMatcherResponseRule(RequestMatcher requestMatcher, org.apache.http.HttpResponse responseToGive)
    • RequestMatcherResponseRule

      public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException)
    • RequestMatcherResponseRule

      public RequestMatcherResponseRule(RequestMatcher requestMatcher, org.apache.http.HttpException httpException)
    • RequestMatcherResponseRule

      public RequestMatcherResponseRule(RequestMatcher requestMatcher, List<? extends org.apache.http.HttpResponse> responses)
  • Method Details