Uses of Class
io.netty.handler.codec.http2.Http2RequestTargetConversionBenchmark.RequestTargetType
-
Packages that use Http2RequestTargetConversionBenchmark.RequestTargetType Package Description io.netty.handler.codec.http2 Benchmarks forio.netty.handler.codec.http2. -
-
Uses of Http2RequestTargetConversionBenchmark.RequestTargetType in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as Http2RequestTargetConversionBenchmark.RequestTargetType Modifier and Type Field Description Http2RequestTargetConversionBenchmark.RequestTargetTypeHttp2RequestTargetConversionBenchmark. requestTargetTypeMethods in io.netty.handler.codec.http2 that return Http2RequestTargetConversionBenchmark.RequestTargetType Modifier and Type Method Description static Http2RequestTargetConversionBenchmark.RequestTargetTypeHttp2RequestTargetConversionBenchmark.RequestTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static Http2RequestTargetConversionBenchmark.RequestTargetType[]Http2RequestTargetConversionBenchmark.RequestTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-