Home / Function/ upRef() — netty Function Reference

upRef() — netty Function Reference

Architecture documentation for the upRef() function in OpenSslSessionCache.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  c3dd1c58_63b5_f4d9_6eab_f0bb504d6c0e["upRef()"]
  ae52002d_8b57_6128_3dc8_7352beeb0a8f["NativeSslSession"]
  c3dd1c58_63b5_f4d9_6eab_f0bb504d6c0e -->|defined in| ae52002d_8b57_6128_3dc8_7352beeb0a8f
  219256b2_175f_0f2b_aca5_e31008ba7083["getSession()"]
  219256b2_175f_0f2b_aca5_e31008ba7083 -->|calls| c3dd1c58_63b5_f4d9_6eab_f0bb504d6c0e
  style c3dd1c58_63b5_f4d9_6eab_f0bb504d6c0e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java lines 350–353

        boolean upRef() {
            assert !freed;
            return SSLSession.upRef(session);
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does upRef() do?
upRef() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java.
Where is upRef() defined?
upRef() is defined in handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java at line 350.
What calls upRef()?
upRef() is called by 1 function(s): getSession.

Analyze Your Own Codebase

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

Try Supermodel Free