Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DInternal.java59 public abstract void closeIfOwnedBy(Connection connection, Object owner) throws IOException; in closeIfOwnedBy() method in Internal
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionPoolTest.java511 @Test public void closeIfOwnedBy() throws Exception { in closeIfOwnedBy() method in ConnectionPoolTest
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnection.java136 void closeIfOwnedBy(Object owner) throws IOException { in closeIfOwnedBy() method in Connection
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpConnection.java136 public void closeIfOwnedBy(Object owner) throws IOException { in closeIfOwnedBy() method in HttpConnection