Uses of Class
io.netty5.microbench.handler.ssl.AbstractSslHandlerThroughputBenchmark.BufferType
-
Packages that use AbstractSslHandlerThroughputBenchmark.BufferType Package Description io.netty5.microbench.handler.ssl Benchmarks for SSL. -
-
Uses of AbstractSslHandlerThroughputBenchmark.BufferType in io.netty5.microbench.handler.ssl
Fields in io.netty5.microbench.handler.ssl declared as AbstractSslHandlerThroughputBenchmark.BufferType Modifier and Type Field Description AbstractSslHandlerThroughputBenchmark.BufferTypeAbstractSslHandlerThroughputBenchmark. bufferTypeMethods in io.netty5.microbench.handler.ssl that return AbstractSslHandlerThroughputBenchmark.BufferType Modifier and Type Method Description static AbstractSslHandlerThroughputBenchmark.BufferTypeAbstractSslHandlerThroughputBenchmark.BufferType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractSslHandlerThroughputBenchmark.BufferType[]AbstractSslHandlerThroughputBenchmark.BufferType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-