Home / Class/ SslEngineWrapBenchmark Class — netty Architecture

SslEngineWrapBenchmark Class — netty Architecture

Architecture documentation for the SslEngineWrapBenchmark class in SslEngineWrapBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b481f51f_6698_7711_98a9_bd2814fe59e6["SslEngineWrapBenchmark"]
  f439b071_67af_72c7_202f_5e7d8327651a["SslEngineWrapBenchmark.java"]
  b481f51f_6698_7711_98a9_bd2814fe59e6 -->|defined in| f439b071_67af_72c7_202f_5e7d8327651a
  7017a39a_df64_64d5_b519_7671421fb55b["ByteBuffer()"]
  b481f51f_6698_7711_98a9_bd2814fe59e6 -->|method| 7017a39a_df64_64d5_b519_7671421fb55b

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/handler/ssl/SslEngineWrapBenchmark.java lines 27–38

@State(Scope.Benchmark)
@Threads(1)
public class SslEngineWrapBenchmark extends AbstractSslEngineThroughputBenchmark {

    @Param({ "1", "2", "5", "10" })
    public int numWraps;

    @Benchmark
    public ByteBuffer wrap() throws SSLException {
        return doWrap(numWraps);
    }
}

Frequently Asked Questions

What is the SslEngineWrapBenchmark class?
SslEngineWrapBenchmark is a class in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/handler/ssl/SslEngineWrapBenchmark.java.
Where is SslEngineWrapBenchmark defined?
SslEngineWrapBenchmark is defined in microbench/src/main/java/io/netty/microbench/handler/ssl/SslEngineWrapBenchmark.java at line 27.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free