Uses of Class
io.netty.microbench.stomp.ExampleStompHeadersSubframe.HeadersType
-
Packages that use ExampleStompHeadersSubframe.HeadersType Package Description io.netty.microbench.stomp Benchmarks forStompSubframeEncoder. -
-
Uses of ExampleStompHeadersSubframe.HeadersType in io.netty.microbench.stomp
Fields in io.netty.microbench.stomp declared as ExampleStompHeadersSubframe.HeadersType Modifier and Type Field Description ExampleStompHeadersSubframe.HeadersTypeStompEncoderBenchmark. headersTypeFields in io.netty.microbench.stomp with type parameters of type ExampleStompHeadersSubframe.HeadersType Modifier and Type Field Description static Map<ExampleStompHeadersSubframe.HeadersType,io.netty.handler.codec.stomp.StompHeadersSubframe>ExampleStompHeadersSubframe. EXAMPLESMethods in io.netty.microbench.stomp that return ExampleStompHeadersSubframe.HeadersType Modifier and Type Method Description static ExampleStompHeadersSubframe.HeadersTypeExampleStompHeadersSubframe.HeadersType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExampleStompHeadersSubframe.HeadersType[]ExampleStompHeadersSubframe.HeadersType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-