Uses of Interface
io.netty.handler.codec.quic.FlushStrategy
Packages that use FlushStrategy
-
Uses of FlushStrategy in io.netty.handler.codec.quic
Fields in io.netty.handler.codec.quic declared as FlushStrategyModifier and TypeFieldDescriptionstatic final FlushStrategyFlushStrategy.DEFAULTDefaultFlushStrategyimplementation.Methods in io.netty.handler.codec.quic that return FlushStrategyModifier and TypeMethodDescriptionstatic FlushStrategyFlushStrategy.afterNumBytes(int bytes) Implementation that flushes after a number of bytes.static FlushStrategyFlushStrategy.afterNumPackets(int packets) Implementation that flushes after a number of packets.Methods in io.netty.handler.codec.quic with parameters of type FlushStrategyModifier and TypeMethodDescriptionfinal BQuicCodecBuilder.flushStrategy(FlushStrategy flushStrategy) Sets theFlushStrategythat will be used to detect when an automatic flush should happen.