Uses of Class
io.netty.handler.codec.quic.QuicCongestionControlAlgorithm
-
Packages that use QuicCongestionControlAlgorithm Package Description io.netty.handler.codec.quic QUIC implementation -
-
Uses of QuicCongestionControlAlgorithm in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicCongestionControlAlgorithm Modifier and Type Method Description static QuicCongestionControlAlgorithmQuicCongestionControlAlgorithm. valueOf(java.lang.String name)Returns 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 QuicCongestionControlAlgorithm Modifier and Type Method Description BQuicCodecBuilder. congestionControlAlgorithm(QuicCongestionControlAlgorithm congestionControlAlgorithm)Sets the congestion control algorithm to use.
-