| Modifier and Type | Field and Description |
|---|---|
static FlushStrategy |
FlushStrategy.DEFAULT
Default
FlushStrategy implementation. |
| Modifier and Type | Method and Description |
|---|---|
static FlushStrategy |
FlushStrategy.afterNumBytes(int bytes)
Implementation that flushes after a number of bytes.
|
static FlushStrategy |
FlushStrategy.afterNumPackets(int packets)
Implementation that flushes after a number of packets.
|
| Modifier and Type | Method and Description |
|---|---|
B |
QuicCodecBuilder.flushStrategy(FlushStrategy flushStrategy)
Sets the
FlushStrategy that will be used to detect when an automatic flush
should happen. |
Copyright © 2020-2025 The Netty Project. All Rights Reserved.