Package akka.http.impl.engine.http2
Interface IncomingFlowController
-
public interface IncomingFlowControllerINTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIncomingFlowController.WindowIncrementsstatic classIncomingFlowController.WindowIncrements$
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intonConnectionDataReceived(int outstandingConnectionLevelWindow, int totalBufferedData)IncomingFlowController.WindowIncrementsonStreamDataDispatched(int outstandingConnectionLevelWindow, int totalBufferedData, int outstandingStreamLevelWindow, int streamBufferedData)
-
-
-
Method Detail
-
onConnectionDataReceived
int onConnectionDataReceived(int outstandingConnectionLevelWindow, int totalBufferedData)
-
onStreamDataDispatched
IncomingFlowController.WindowIncrements onStreamDataDispatched(int outstandingConnectionLevelWindow, int totalBufferedData, int outstandingStreamLevelWindow, int streamBufferedData)
-
-