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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
StreamAllocation.java 58 * <li>{@link #noNewStreams()} prevents the connection from being used for new streams in the
157 if (allocatedConnection != null && !allocatedConnection.noNewStreams) {
219 public void noNewStreams() {
227 private void deallocate(boolean noNewStreams, boolean released, boolean streamFinished) {
237 if (noNewStreams) {
238 connection.noNewStreams = true;
240 if (this.stream == null && (this.released || connection.noNewStreams)) {
Http1xStream.java 251 streamAllocation.noNewStreams();
371 streamAllocation.noNewStreams();
HttpEngine.java 752 streamAllocation.noNewStreams();
    [all...]
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java 183 streamAllocation.noNewStreams();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
RealConnection.java 85 public boolean noNewStreams;
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 

Completed in 456 milliseconds