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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 39 * expect all frames to have a max length of {@link #INITIAL_MAX_FRAME_SIZE}.
53 static final int INITIAL_MAX_FRAME_SIZE = 0x4000; // 16384
131 if (length < 0 || length > INITIAL_MAX_FRAME_SIZE) {
292 if (value < INITIAL_MAX_FRAME_SIZE || value > 16777215) {
376 this.maxFrameSize = INITIAL_MAX_FRAME_SIZE;
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /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 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 

Completed in 71 milliseconds