Uses of Enum
io.vertx.core.net.QuicClientAddressValidation
Packages that use QuicClientAddressValidation
-
Uses of QuicClientAddressValidation in io.vertx.core.net
Fields in io.vertx.core.net declared as QuicClientAddressValidationModifier and TypeFieldDescriptionstatic final QuicClientAddressValidationQuicServerConfig.DEFAULT_CLIENT_ADDRESS_VALIDATIONMethods in io.vertx.core.net that return QuicClientAddressValidationModifier and TypeMethodDescriptionQuicServerConfig.getClientAddressValidation()static QuicClientAddressValidationReturns the enum constant of this type with the specified name.static QuicClientAddressValidation[]QuicClientAddressValidation.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 QuicClientAddressValidationModifier and TypeMethodDescriptionQuicServerConfig.setClientAddressValidation(QuicClientAddressValidation clientAddressValidation) Configure the server to validate the client address using a (retry) token, by default this feature is disabled.