Searched refs:responseRef (Results 1 – 2 of 2) sorted by relevance
247 final AtomicReference<Response> responseRef = new AtomicReference<>(); in awaitWebSocket() local254 responseRef.set(response); in awaitWebSocket()
1741 final BlockingQueue<Response> responseRef = new SynchronousQueue<>(); in asyncResponseCanBeConsumedLater() local1749 responseRef.put(response); in asyncResponseCanBeConsumedLater()1756 Response response = responseRef.take(); in asyncResponseCanBeConsumedLater()