Interface Http3Settings.NonStandardHttp3SettingsValidator
- Enclosing class:
Http3Settings
public static interface Http3Settings.NonStandardHttp3SettingsValidator
Allows to handle non-standard settings. By default non-standard settings will be ignore as defined by the
RFC.
-
Method Summary
-
Method Details
-
validate
Validate the setting with the given id and value.- Parameters:
id- the id of the settingvalue- the value of the setting- Returns:
trueif the settings is supported,falseotherwise.- Throws:
IllegalArgumentException- if the givenvalueis not supported for the id.
-