Uses of Class
io.netty.handler.codec.http3.Http3SettingIdentifier
-
Packages that use Http3SettingIdentifier Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of Http3SettingIdentifier in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return Http3SettingIdentifier Modifier and Type Method Description static @Nullable Http3SettingIdentifierHttp3SettingIdentifier. fromId(long id)ReturnsHttp3SettingIdentifierstatic Http3SettingIdentifierHttp3SettingIdentifier. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Http3SettingIdentifier[]Http3SettingIdentifier. values()Returns an array containing the constants of this enum type, in the order they are declared.
-