Searched refs:networkEventDispatcher (Results 1 – 3 of 3) sorted by relevance
52 private final NetworkEventDispatcher networkEventDispatcher; field in ConfigAwareConnectionPool63 protected ConfigAwareConnectionPool(NetworkEventDispatcher networkEventDispatcher) { in ConfigAwareConnectionPool() argument64 this.networkEventDispatcher = networkEventDispatcher; in ConfigAwareConnectionPool()68 networkEventDispatcher = NetworkEventDispatcher.getInstance(); in ConfigAwareConnectionPool()82 networkEventDispatcher.addListener(new NetworkEventListener() { in get()
54 private final NetworkEventDispatcher networkEventDispatcher; field in ConfigAwareConnectionPool65 protected ConfigAwareConnectionPool(NetworkEventDispatcher networkEventDispatcher) { in ConfigAwareConnectionPool() argument66 this.networkEventDispatcher = networkEventDispatcher; in ConfigAwareConnectionPool()70 networkEventDispatcher = NetworkEventDispatcher.getInstance(); in ConfigAwareConnectionPool()84 networkEventDispatcher.addListener(new NetworkEventListener() { in get()
39 NetworkEventDispatcher networkEventDispatcher = new NetworkEventDispatcher() {}; in get() local40 ConfigAwareConnectionPool instance = new ConfigAwareConnectionPool(networkEventDispatcher) {}; in get()44 networkEventDispatcher.onNetworkConfigurationChanged(); in get()