Home
last modified time | relevance | path

Searched refs:writeContinuationFrames (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHttp2.java438 if (byteCount > length) writeContinuationFrames(streamId, byteCount - length); in pushPromise()
453 if (byteCount > length) writeContinuationFrames(streamId, byteCount - length); in headers()
456 private void writeContinuationFrames(int streamId, long byteCount) throws IOException { in writeContinuationFrames() method in Http2.Writer