Searched refs:incrementWindow (Results 1 – 6 of 6) sorted by relevance
127 verify(httpStream, never()).incrementWindow(anyInt()); in streamClosed_shouldNotIncreaseStreamWindow()156 verify(httpStream, never()).incrementWindow(anyInt()); in publisherWritesFutureFails_shouldShutdownConnection()182 verify(httpStream, never()).incrementWindow(anyInt()); in publisherWritesFutureCompletesAfterConnectionClosed_shouldNotInvokeIncrementWindow()215 verify(httpStream, never()).incrementWindow(anyInt()); in publisherWritesFutureCompletesWhenConnectionClosed_shouldNotInvokeIncrementWindow()217 verify(httpStream).incrementWindow(anyInt()); in publisherWritesFutureCompletesWhenConnectionClosed_shouldNotInvokeIncrementWindow()
70 public void incrementWindow(HttpStream stream, int windowSize) { in incrementWindow() method in ResponseHandlerHelper73 stream.incrementWindow(windowSize); in incrementWindow()
114 responseHandlerHelper.incrementWindow(stream, bodyBytesIn.length); in onResponseBody()
109 responseHandlerHelper.incrementWindow(stream, bodyBytesIn.length); in onResponseBody()
73 public void incrementWindow(int windowSize) { in incrementWindow() method in HttpStreamBase
252 …ication to crash in the edge case where the SDK attempted to invoke `incrementWindow` after the st…353 … the AWS CRT HTTP client where the application could crash if stream.incrementWindow was invoked o…