Package io.netty5.microbench.handler.ssl
Class SslEngineWrapBenchmark
- java.lang.Object
-
- io.netty5.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty5.microbench.util.AbstractMicrobenchmark
-
- io.netty5.microbench.handler.ssl.AbstractSslEngineBenchmark
-
- io.netty5.microbench.handler.ssl.AbstractSslEngineThroughputBenchmark
-
- io.netty5.microbench.handler.ssl.SslEngineWrapBenchmark
-
public class SslEngineWrapBenchmark extends AbstractSslEngineThroughputBenchmark
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty5.microbench.handler.ssl.AbstractSslEngineBenchmark
AbstractSslEngineBenchmark.BufferType, AbstractSslEngineBenchmark.SslEngineProvider
-
Nested classes/interfaces inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
Fields Modifier and Type Field Description intnumWraps-
Fields inherited from class io.netty5.microbench.handler.ssl.AbstractSslEngineThroughputBenchmark
messageSize, wrapSrcBuffer
-
Fields inherited from class io.netty5.microbench.handler.ssl.AbstractSslEngineBenchmark
bufferType, cipher, clientEngine, serverEngine, sslProvider
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
DEFAULT_FORKS
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
-
Constructor Summary
Constructors Constructor Description SslEngineWrapBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferwrap()-
Methods inherited from class io.netty5.microbench.handler.ssl.AbstractSslEngineThroughputBenchmark
doSetup, doTearDown, doWrap, setup, tearDown
-
Methods inherited from class io.netty5.microbench.handler.ssl.AbstractSslEngineBenchmark
allocateBuffer, destroyEngines, destroyHandshakeBuffers, doHandshake, freeBuffer, initEngines, initHandshakeBuffers, newClientEngine, newServerEngine
-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
getForks, jvmArgs, newOptionsBuilder
-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, removeAssertions, run
-
-
-
-
Method Detail
-
wrap
public ByteBuffer wrap() throws SSLException
- Throws:
SSLException
-
-