Class DelegatingFlushStrategy

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

@Deprecated public class DelegatingFlushStrategy extends Object implements FlushStrategy
Deprecated.
this class will be made package-private in the future releases. If you depend on this code, consider copying it into your codebase.
A FlushStrategy implementation that delegates all calls to another FlushStrategy.