HostPort() — netty Function Reference
Architecture documentation for the HostPort() function in OpenSslClientSessionCache.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b70aafa3_ea04_2827_e08c_e3b98fef751b["HostPort()"] 2acb52ea_ab09_24bc_f09d_f5f486826eeb["HostPort"] b70aafa3_ea04_2827_e08c_e3b98fef751b -->|defined in| 2acb52ea_ab09_24bc_f09d_f5f486826eeb cfd374c6_6ec8_24d4_a667_0f3e52f345c9["HostPort()"] cfd374c6_6ec8_24d4_a667_0f3e52f345c9 -->|calls| b70aafa3_ea04_2827_e08c_e3b98fef751b cfd374c6_6ec8_24d4_a667_0f3e52f345c9["HostPort()"] b70aafa3_ea04_2827_e08c_e3b98fef751b -->|calls| cfd374c6_6ec8_24d4_a667_0f3e52f345c9 314da6fc_78b9_d7ea_dc94_ac49adacf9d0["hashCode()"] b70aafa3_ea04_2827_e08c_e3b98fef751b -->|calls| 314da6fc_78b9_d7ea_dc94_ac49adacf9d0 style b70aafa3_ea04_2827_e08c_e3b98fef751b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ssl/OpenSslClientSessionCache.java lines 159–164
HostPort(String host, int port) {
this.host = host;
this.port = port;
// Calculate a hashCode that does ignore case.
this.hash = 31 * AsciiString.hashCode(host) + port;
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does HostPort() do?
HostPort() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/OpenSslClientSessionCache.java.
Where is HostPort() defined?
HostPort() is defined in handler/src/main/java/io/netty/handler/ssl/OpenSslClientSessionCache.java at line 159.
What does HostPort() call?
HostPort() calls 2 function(s): HostPort, hashCode.
What calls HostPort()?
HostPort() is called by 1 function(s): HostPort.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free