HomeSort by relevance Sort by last modified time
    Searched defs:replyExecutor (Results 1 - 3 of 3) sorted by null

  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java 162 ThreadPoolExecutor replyExecutor =
165 replyExecutor.allowCoreThreadTimeOut(true);
167 return new StreamWebSocket(streamAllocation, random, replyExecutor, listener, url);
171 private final ExecutorService replyExecutor;
174 Random random, ExecutorService replyExecutor, WebSocketListener listener, String url) {
176 streamAllocation.connection().sink, random, replyExecutor, listener, url);
178 this.replyExecutor = replyExecutor;
182 replyExecutor.shutdown();
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-ws/2.7.4/
okhttp-ws-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/
mockwebserver-2.7.4.jar 

Completed in 209 milliseconds