Home / Function/ configureSsl() — netty Function Reference

configureSsl() — netty Function Reference

Architecture documentation for the configureSsl() function in Http2ServerInitializer.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  cbcbecdf_bf82_2f49_2d49_b49084def697["configureSsl()"]
  70b64b44_33a9_847d_400c_ed70c3a9ba07["Http2ServerInitializer"]
  cbcbecdf_bf82_2f49_2d49_b49084def697 -->|defined in| 70b64b44_33a9_847d_400c_ed70c3a9ba07
  c6ddeb0c_d799_467c_8a18_2c2fc208b057["initChannel()"]
  c6ddeb0c_d799_467c_8a18_2c2fc208b057 -->|calls| cbcbecdf_bf82_2f49_2d49_b49084def697
  style cbcbecdf_bf82_2f49_2d49_b49084def697 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/http2/helloworld/server/Http2ServerInitializer.java lines 81–83

    private void configureSsl(SocketChannel ch) {
        ch.pipeline().addLast(sslCtx.newHandler(ch.alloc()), new Http2OrHttpHandler());
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does configureSsl() do?
configureSsl() is a function in the netty codebase, defined in example/src/main/java/io/netty/example/http2/helloworld/server/Http2ServerInitializer.java.
Where is configureSsl() defined?
configureSsl() is defined in example/src/main/java/io/netty/example/http2/helloworld/server/Http2ServerInitializer.java at line 81.
What calls configureSsl()?
configureSsl() is called by 1 function(s): initChannel.

Analyze Your Own Codebase

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

Try Supermodel Free