NonStandardHttp3SettingsValidator Type — netty Architecture
Architecture documentation for the NonStandardHttp3SettingsValidator type/interface in Http3Settings.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 85660837_0b0e_7d38_31fb_7df7e6902357["NonStandardHttp3SettingsValidator"] d07686e6_a300_1762_4efe_164d4a164b93["Http3Settings.java"] 85660837_0b0e_7d38_31fb_7df7e6902357 -->|defined in| d07686e6_a300_1762_4efe_164d4a164b93 style 85660837_0b0e_7d38_31fb_7df7e6902357 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/main/java/io/netty/handler/codec/http3/Http3Settings.java lines 373–383
public interface NonStandardHttp3SettingsValidator {
/**
* Validate the setting with the given id and value.
*
* @param id the id of the setting
* @param value the value of the setting
* @return {@code true} if the settings is supported, {@code false} otherwise.
* @throws IllegalArgumentException if the given {@code value} is not supported for the id.
*/
boolean validate(long id, Long value) throws IllegalArgumentException;
}
Source
Frequently Asked Questions
What is the NonStandardHttp3SettingsValidator type?
NonStandardHttp3SettingsValidator is a type/interface in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3Settings.java.
Where is NonStandardHttp3SettingsValidator defined?
NonStandardHttp3SettingsValidator is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3Settings.java at line 373.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free