Home / Function/ notifyRemovalAndFree() — netty Function Reference

notifyRemovalAndFree() — netty Function Reference

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

Function java Buffer Allocators calls 2 called by 4

Entity Profile

Dependency Diagram

graph TD
  fffde80d_79d3_d174_a852_3dbd539cda36["notifyRemovalAndFree()"]
  6355c604_3e83_2b17_e056_558795a68fc3["OpenSslSessionCache"]
  fffde80d_79d3_d174_a852_3dbd539cda36 -->|defined in| 6355c604_3e83_2b17_e056_558795a68fc3
  47cfafe5_3408_4ef1_83f8_ee5da65e49ad["expungeInvalidSessions()"]
  47cfafe5_3408_4ef1_83f8_ee5da65e49ad -->|calls| fffde80d_79d3_d174_a852_3dbd539cda36
  b0c9f020_ce9e_89e3_fb97_acebd4a5fba9["sessionCreated()"]
  b0c9f020_ce9e_89e3_fb97_acebd4a5fba9 -->|calls| fffde80d_79d3_d174_a852_3dbd539cda36
  adc4a21b_2741_c870_2d79_c0b7f58a00b1["removeSessionWithId()"]
  adc4a21b_2741_c870_2d79_c0b7f58a00b1 -->|calls| fffde80d_79d3_d174_a852_3dbd539cda36
  301e8d1e_768c_8cd6_8923_a7609f6c20e5["clear()"]
  301e8d1e_768c_8cd6_8923_a7609f6c20e5 -->|calls| fffde80d_79d3_d174_a852_3dbd539cda36
  9e657eea_135c_cd04_0ad0_a5a82887f4e9["sessionRemoved()"]
  fffde80d_79d3_d174_a852_3dbd539cda36 -->|calls| 9e657eea_135c_cd04_0ad0_a5a82887f4e9
  22426940_1d17_2fb0_3083_17f8a584e7e4["free()"]
  fffde80d_79d3_d174_a852_3dbd539cda36 -->|calls| 22426940_1d17_2fb0_3083_17f8a584e7e4
  style fffde80d_79d3_d174_a852_3dbd539cda36 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java lines 243–246

    private void notifyRemovalAndFree(NativeSslSession session) {
        sessionRemoved(session);
        session.free();
    }

Domain

Subdomains

Frequently Asked Questions

What does notifyRemovalAndFree() do?
notifyRemovalAndFree() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java.
Where is notifyRemovalAndFree() defined?
notifyRemovalAndFree() is defined in handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java at line 243.
What does notifyRemovalAndFree() call?
notifyRemovalAndFree() calls 2 function(s): free, sessionRemoved.
What calls notifyRemovalAndFree()?
notifyRemovalAndFree() is called by 4 function(s): clear, expungeInvalidSessions, removeSessionWithId, sessionCreated.

Analyze Your Own Codebase

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

Try Supermodel Free