Class SplittingFlushStrategy

java.lang.Object
io.servicetalk.transport.netty.internal.SplittingFlushStrategy
All Implemented Interfaces:
FlushStrategy

@Deprecated public final class SplittingFlushStrategy extends Object implements FlushStrategy
Deprecated.
This class will be removed in the future releases.
A FlushStrategy that splits writes into logical write boundaries and manages flush state across those logical write boundaries. Actual flush logic is delegated to an externally provided (and updatable) FlushStrategy.