Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayer.java189 private IOException ioException; field in FakeHttpLayer.RequestMatcherResponseRule
198 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DSpdy3.java277 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Spdy3.Reader
DHttp2.java583 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Http2