BackPressureHandler

ChannelHandler implementation which enforces back-pressure by stopping to read from the remote peer when it cannot write back fast enough. It will start reading again once pending data was written.

ChannelHandlers.swift:135
final class BackPressureHandler