Uses of Class
io.netty5.microbench.headers.ExampleHeaders.HeaderExample
-
Packages that use ExampleHeaders.HeaderExample Package Description io.netty5.microbench.headers Benchmarks for HTTP and HTTP/2 Headers. -
-
Uses of ExampleHeaders.HeaderExample in io.netty5.microbench.headers
Fields in io.netty5.microbench.headers with type parameters of type ExampleHeaders.HeaderExample Modifier and Type Field Description static Map<ExampleHeaders.HeaderExample,Map<String,String>>ExampleHeaders. EXAMPLESMethods in io.netty5.microbench.headers that return ExampleHeaders.HeaderExample Modifier and Type Method Description static ExampleHeaders.HeaderExampleExampleHeaders.HeaderExample. valueOf(String name)Returns the enum constant of this type with the specified name.static ExampleHeaders.HeaderExample[]ExampleHeaders.HeaderExample. values()Returns an array containing the constants of this enum type, in the order they are declared.
-