Home
last modified time | relevance | path

Searched defs:httpException (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayer.java190 private HttpException httpException; field in FakeHttpLayer.RequestMatcherResponseRule
203 … public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { in RequestMatcherResponseRule()