OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConfigAwareConnectionPool
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/android/test/java/com/squareup/okhttp/
ConfigAwareConnectionPoolTest.java
28
* Tests for {@link
ConfigAwareConnectionPool
}.
34
assertSame(
ConfigAwareConnectionPool
.getInstance(),
ConfigAwareConnectionPool
.getInstance());
40
ConfigAwareConnectionPool
instance = new
ConfigAwareConnectionPool
(networkEventDispatcher) {};
/external/okhttp/android/main/java/com/squareup/okhttp/
ConfigAwareConnectionPool.java
28
public class
ConfigAwareConnectionPool
{
50
private static final
ConfigAwareConnectionPool
instance = new
ConfigAwareConnectionPool
();
63
protected
ConfigAwareConnectionPool
(NetworkEventDispatcher networkEventDispatcher) {
67
private
ConfigAwareConnectionPool
() {
71
public static
ConfigAwareConnectionPool
getInstance() {
85
synchronized (
ConfigAwareConnectionPool
.this) {
Completed in 316 milliseconds