Uses of Enum
io.vertx.core.net.QuicCongestionControlAlgorithm
Packages that use QuicCongestionControlAlgorithm
-
Uses of QuicCongestionControlAlgorithm in io.vertx.core.net
Subclasses with type arguments of type QuicCongestionControlAlgorithm in io.vertx.core.netFields in io.vertx.core.net declared as QuicCongestionControlAlgorithmModifier and TypeFieldDescriptionstatic final QuicCongestionControlAlgorithmQuicConfig.DEFAULT_CONGESTION_CONTROL_ALGORITHMMethods in io.vertx.core.net that return QuicCongestionControlAlgorithmModifier and TypeMethodDescriptionQuicConfig.getCongestionControlAlgorithm()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.vertx.core.net with parameters of type QuicCongestionControlAlgorithmModifier and TypeMethodDescriptionQuicConfig.setCongestionControlAlgorithm(QuicCongestionControlAlgorithm congestionControlAlgorithm) Sets the congestion control algorithm used.