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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Spdy3.java 251 int lastGoodStreamId = source.readInt() & 0x7fffffff;
257 handler.goAway(lastGoodStreamId, errorCode, ByteString.EMPTY);
453 @Override public synchronized void goAway(int lastGoodStreamId, ErrorCode errorCode,
464 sink.writeInt(lastGoodStreamId);
FramedConnection.java 86 private int lastGoodStreamId;
431 int lastGoodStreamId;
437 lastGoodStreamId = this.lastGoodStreamId;
440 frameWriter.goAway(lastGoodStreamId, statusCode, Util.EMPTY_BYTE_ARRAY);
661 if (streamId <= lastGoodStreamId) return;
670 lastGoodStreamId = streamId;
775 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) {
788 if (framedStream.getId() > lastGoodStreamId && framedStream.isLocallyInitiated()) {
    [all...]
  /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.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/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/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 

Completed in 72 milliseconds