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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Http1xStream.java 66 private static final int STATE_OPEN_RESPONSE_BODY = 4;
195 state = STATE_OPEN_RESPONSE_BODY;
236 if (state != STATE_OPEN_RESPONSE_BODY) throw new IllegalStateException("state: " + state);
242 if (state != STATE_OPEN_RESPONSE_BODY) throw new IllegalStateException("state: " + state);
248 if (state != STATE_OPEN_RESPONSE_BODY) throw new IllegalStateException("state: " + state);
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.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/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.4/
okhttp-2.7.4.jar 

Completed in 66 milliseconds