NativeSslSession() — netty Function Reference
Architecture documentation for the NativeSslSession() function in OpenSslSessionCache.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 08927982_8b98_e1fb_0e02_5223c438157b["NativeSslSession()"] ae52002d_8b57_6128_3dc8_7352beeb0a8f["NativeSslSession"] 08927982_8b98_e1fb_0e02_5223c438157b -->|defined in| ae52002d_8b57_6128_3dc8_7352beeb0a8f b0c9f020_ce9e_89e3_fb97_acebd4a5fba9["sessionCreated()"] b0c9f020_ce9e_89e3_fb97_acebd4a5fba9 -->|calls| 08927982_8b98_e1fb_0e02_5223c438157b 9b03f891_d530_32ba_3f3a_2eb1f11648c0["OpenSslSessionId()"] 08927982_8b98_e1fb_0e02_5223c438157b -->|calls| 9b03f891_d530_32ba_3f3a_2eb1f11648c0 style 08927982_8b98_e1fb_0e02_5223c438157b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java lines 313–322
NativeSslSession(long session, String peerHost, int peerPort, long timeout,
Map<String, Object> keyValueStorage) {
this.session = session;
this.peerHost = peerHost;
this.peerPort = peerPort;
this.timeout = timeout;
this.id = new OpenSslSessionId(io.netty.internal.tcnative.SSLSession.getSessionId(session));
this.keyValueStorage = keyValueStorage;
leakTracker = LEAK_DETECTOR.track(this);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does NativeSslSession() do?
NativeSslSession() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java.
Where is NativeSslSession() defined?
NativeSslSession() is defined in handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java at line 313.
What does NativeSslSession() call?
NativeSslSession() calls 1 function(s): OpenSslSessionId.
What calls NativeSslSession()?
NativeSslSession() is called by 1 function(s): sessionCreated.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free