public interface BackPressureNotificationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onBackPressureEnd()
Called when all the remaining queued bytes have been written to the TCP socket.
|
void |
onBackPressureStart()
Called when at least one byte could not be written to the TCP socket.
|
void onBackPressureStart()
void onBackPressureEnd()