Searched refs:messageFrameLength (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | OkHttpClientTransportTest.java | 606 int messageFrameLength = (int) buffer.size(); in windowUpdate() local 607 frameHandler().data(false, 3, buffer, messageFrameLength); in windowUpdate() 611 frameHandler().data(false, 5, buffer, messageFrameLength); in windowUpdate() 614 .windowUpdate(eq(0), eq((long) 2 * messageFrameLength)); in windowUpdate() 619 frameHandler().data(false, 3, buffer, messageFrameLength); in windowUpdate() 622 .windowUpdate(eq(3), eq((long) 2 * messageFrameLength)); in windowUpdate() 626 frameHandler().data(false, 5, buffer, messageFrameLength); in windowUpdate() 629 .windowUpdate(eq(5), eq((long) 2 * messageFrameLength)); in windowUpdate() 631 .windowUpdate(eq(0), eq((long) 2 * messageFrameLength)); in windowUpdate() 659 long messageFrameLength = buffer.size(); in windowUpdateWithInboundFlowControl() local [all …]
|