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