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 QuicCongestionControlAlgorithm
QuicCongestionControlAlgorithm. 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 B
QuicCodecBuilder. congestionControlAlgorithm(QuicCongestionControlAlgorithm congestionControlAlgorithm)
Sets the congestion control algorithm to use.
-