Searched refs:SpdyWriter (Results 1 - 3 of 3) sorted by relevance

/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
H A DMockSpdyPeer.java41 private final SpdyWriter spdyWriter = new SpdyWriter(bytesOut);
53 public SpdyWriter sendFrame() {
63 public SpdyWriter sendTruncatedFrame(int truncateToLength) {
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyWriter.java30 final class SpdyWriter implements Closeable { class in inherits:Closeable
35 SpdyWriter(OutputStream out) { method in class:SpdyWriter
H A DSpdyConnection.java91 private final SpdyWriter spdyWriter;
111 spdyWriter = new SpdyWriter(builder.out);

Completed in 89 milliseconds