Home / Function/ notifyUnbound() — netty Function Reference

notifyUnbound() — netty Function Reference

Architecture documentation for the notifyUnbound() function in ReferenceCountedOpenSslEngine.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  0dbce131_0600_cc39_0d80_82809e58c091["notifyUnbound()"]
  70581b12_79ee_1937_703d_e9d4631c418e["DefaultOpenSslSession"]
  0dbce131_0600_cc39_0d80_82809e58c091 -->|defined in| 70581b12_79ee_1937_703d_e9d4631c418e
  fa073e38_11a9_1ea0_9532_84681cc57c26["putValue()"]
  fa073e38_11a9_1ea0_9532_84681cc57c26 -->|calls| 0dbce131_0600_cc39_0d80_82809e58c091
  7969e799_17ad_b74d_d19c_6a33556b5aab["removeValue()"]
  7969e799_17ad_b74d_d19c_6a33556b5aab -->|calls| 0dbce131_0600_cc39_0d80_82809e58c091
  style 0dbce131_0600_cc39_0d80_82809e58c091 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/ReferenceCountedOpenSslEngine.java lines 2527–2532

        private void notifyUnbound(Object value, String name) {
            if (value instanceof SSLSessionBindingListener) {
                // Use newSSLSessionBindingEvent so we always use the wrapper if needed.
                ((SSLSessionBindingListener) value).valueUnbound(newSSLSessionBindingEvent(name));
            }
        }

Domain

Subdomains

Frequently Asked Questions

What does notifyUnbound() do?
notifyUnbound() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/ReferenceCountedOpenSslEngine.java.
Where is notifyUnbound() defined?
notifyUnbound() is defined in handler/src/main/java/io/netty/handler/ssl/ReferenceCountedOpenSslEngine.java at line 2527.
What calls notifyUnbound()?
notifyUnbound() is called by 2 function(s): putValue, removeValue.

Analyze Your Own Codebase

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

Try Supermodel Free