Searched refs:responseQueue (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/tests/http/
H A DMockWebServer.java67 private final BlockingQueue<MockResponse> responseQueue field in class:MockWebServer
144 responseQueue.add(response.clone());
221 MockResponse peek = responseQueue.peek();
223 responseQueue.take();
229 } while (!responseQueue.isEmpty());
271 while (!responseQueue.isEmpty() && processOneRequest(in, out, socket)) {}
280 if (responseQueue.isEmpty()) {
292 MockResponse connect = responseQueue.peek();
400 if (responseQueue.isEmpty()) {
412 return responseQueue
[all...]

Completed in 66 milliseconds