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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedConnection.java 60 // Socket writes are guarded by frameWriter.
65 // frameWriter (to do blocking I/O) and this (to create streams). Such
126 final FrameWriter frameWriter;
171 frameWriter = variant.newWriter(builder.sink, client);
259 synchronized (frameWriter) {
273 frameWriter.synStream(outFinished, inFinished, streamId, associatedStreamId,
278 frameWriter.pushPromise(associatedStreamId, streamId, requestHeaders);
283 frameWriter.flush();
291 frameWriter.synReply(outFinished, streamId, alternating)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java 47 private FrameWriter frameWriter = variant.newWriter(bytesOut, client);
62 this.frameWriter = variant.newWriter(bytesOut, client);
71 return frameWriter.maxDataLength();
79 public FrameWriter sendFrame() {
81 return frameWriter;
98 public FrameWriter truncateLastFrame(int length) {
110 return frameWriter;
  /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/grpc/grpc-netty/0.13.2/
grpc-netty-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.1/
grpc-netty-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.3/
grpc-netty-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.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 
  /external/mockito/lib/
byte-buddy-1.6.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 

Completed in 179 milliseconds