Home
last modified time | relevance | path

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

/external/aws-sdk-java-v2/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/internal/
DBaseHttpStreamResponseHandlerTest.java127 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()
/external/aws-sdk-java-v2/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/response/
DResponseHandlerHelper.java70 public void incrementWindow(HttpStream stream, int windowSize) { in incrementWindow() method in ResponseHandlerHelper
73 stream.incrementWindow(windowSize); in incrementWindow()
DInputStreamAdaptingHttpStreamResponseHandler.java114 responseHandlerHelper.incrementWindow(stream, bodyBytesIn.length); in onResponseBody()
DCrtResponseAdapter.java109 responseHandlerHelper.incrementWindow(stream, bodyBytesIn.length); in onResponseBody()
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/
DHttpStreamBase.java73 public void incrementWindow(int windowSize) { in incrementWindow() method in HttpStreamBase
/external/aws-sdk-java-v2/changelogs/
D2.23.x-CHANGELOG.md252 …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…