Uses of Enum
io.netty.handler.codec.quic.QuicCongestionControlAlgorithm
Packages that use QuicCongestionControlAlgorithm
-
Uses of QuicCongestionControlAlgorithm in io.netty.handler.codec.quic
Subclasses with type arguments of type QuicCongestionControlAlgorithm in io.netty.handler.codec.quicModifier and TypeClassDescriptionenumAvailable congestion control algorithms to use.Methods in io.netty.handler.codec.quic that return QuicCongestionControlAlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static QuicCongestionControlAlgorithm[]QuicCongestionControlAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.quic with parameters of type QuicCongestionControlAlgorithmModifier and TypeMethodDescriptionfinal BQuicCodecBuilder.congestionControlAlgorithm(QuicCongestionControlAlgorithm congestionControlAlgorithm) Sets the congestion control algorithm to use.