D | AltsProtocolNegotiatorTest.java | 328 assertEquals(0, protector.flushes.get()); in doNotFlushEmptyBuffer() 332 assertEquals(1, protector.flushes.get()); in doNotFlushEmptyBuffer() 337 assertEquals(1, protector.flushes.get()); in doNotFlushEmptyBuffer() 487 final AtomicInteger flushes = new AtomicInteger(); field in AltsProtocolNegotiatorTest.InterceptingProtector 497 flushes.incrementAndGet(); in protectFlush()
|