Home / Function/ privateKeyAddress() — netty Function Reference

privateKeyAddress() — netty Function Reference

Architecture documentation for the privateKeyAddress() function in OpenSslPrivateKey.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  0b82a72f_0a4b_edcd_7703_c3ac0159d074["privateKeyAddress()"]
  3810ea06_9298_b689_7913_be34daf0e60b["OpenSslPrivateKey"]
  0b82a72f_0a4b_edcd_7703_c3ac0159d074 -->|defined in| 3810ea06_9298_b689_7913_be34daf0e60b
  2a43686b_ae87_548e_fd02_2b486115069e["privateKeyAddress()"]
  2a43686b_ae87_548e_fd02_2b486115069e -->|calls| 0b82a72f_0a4b_edcd_7703_c3ac0159d074
  2a43686b_ae87_548e_fd02_2b486115069e["privateKeyAddress()"]
  0b82a72f_0a4b_edcd_7703_c3ac0159d074 -->|calls| 2a43686b_ae87_548e_fd02_2b486115069e
  style 0b82a72f_0a4b_edcd_7703_c3ac0159d074 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/OpenSslPrivateKey.java lines 51–56

    private long privateKeyAddress() {
        if (refCnt() <= 0) {
            throw new IllegalReferenceCountException();
        }
        return privateKeyAddress;
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free