Home / Function/ initSslHandlers() — netty Function Reference

initSslHandlers() — netty Function Reference

Architecture documentation for the initSslHandlers() function in AbstractSslHandlerBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  eddbd48e_c8ed_2c59_2998_f474ee644cb3["initSslHandlers()"]
  af13e1ad_19d3_6266_db4e_36c57d148c92["AbstractSslHandlerBenchmark"]
  eddbd48e_c8ed_2c59_2998_f474ee644cb3 -->|defined in| af13e1ad_19d3_6266_db4e_36c57d148c92
  e54f4d70_6d1f_1697_c217_21e0ee9c913f["SslThroughputBenchmarkHandlerContext()"]
  eddbd48e_c8ed_2c59_2998_f474ee644cb3 -->|calls| e54f4d70_6d1f_1697_c217_21e0ee9c913f
  style eddbd48e_c8ed_2c59_2998_f474ee644cb3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/handler/ssl/AbstractSslHandlerBenchmark.java lines 120–125

    protected final void initSslHandlers(ByteBufAllocator allocator) {
        clientSslHandler = newClientHandler(allocator);
        serverSslHandler = newServerHandler(allocator);
        clientCtx = new SslThroughputBenchmarkHandlerContext(allocator, clientSslHandler, COMPOSITE_CUMULATOR);
        serverCtx = new SslThroughputBenchmarkHandlerContext(allocator, serverSslHandler, COMPOSITE_CUMULATOR);
    }

Domain

Subdomains

Frequently Asked Questions

What does initSslHandlers() do?
initSslHandlers() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/handler/ssl/AbstractSslHandlerBenchmark.java.
Where is initSslHandlers() defined?
initSslHandlers() is defined in microbench/src/main/java/io/netty/microbench/handler/ssl/AbstractSslHandlerBenchmark.java at line 120.
What does initSslHandlers() call?
initSslHandlers() calls 1 function(s): SslThroughputBenchmarkHandlerContext.

Analyze Your Own Codebase

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

Try Supermodel Free