Home | History | Annotate | Download | only in mockwebserver

Lines Matching defs:shutdown

152             shutdown();
154 logger.log(Level.WARNING, "MockWebServer shutdown failed", e);
376 executor.shutdown();
401 public synchronized void shutdown() throws IOException {
403 if (serverSocket == null) throw new IllegalStateException("shutdown() before start()");
408 // Await shutdown.
711 replyExecutor.shutdown();