Searched defs:networkEventDispatcher (Results 1 – 3 of 3) sorted by relevance
52 private final NetworkEventDispatcher networkEventDispatcher; field in ConfigAwareConnectionPool63 protected ConfigAwareConnectionPool(NetworkEventDispatcher networkEventDispatcher) { in ConfigAwareConnectionPool()
54 private final NetworkEventDispatcher networkEventDispatcher; field in ConfigAwareConnectionPool65 protected ConfigAwareConnectionPool(NetworkEventDispatcher networkEventDispatcher) { in ConfigAwareConnectionPool()
39 NetworkEventDispatcher networkEventDispatcher = new NetworkEventDispatcher() {}; in get() local