Home / Function/ HostPort() — netty Function Reference

HostPort() — netty Function Reference

Architecture documentation for the HostPort() function in OpenSslClientSessionCache.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  cfd374c6_6ec8_24d4_a667_0f3e52f345c9["HostPort()"]
  d994a42d_c2fd_7695_2456_467a8b045cb7["OpenSslClientSessionCache"]
  cfd374c6_6ec8_24d4_a667_0f3e52f345c9 -->|defined in| d994a42d_c2fd_7695_2456_467a8b045cb7
  b70aafa3_ea04_2827_e08c_e3b98fef751b["HostPort()"]
  b70aafa3_ea04_2827_e08c_e3b98fef751b -->|calls| cfd374c6_6ec8_24d4_a667_0f3e52f345c9
  b70aafa3_ea04_2827_e08c_e3b98fef751b["HostPort()"]
  cfd374c6_6ec8_24d4_a667_0f3e52f345c9 -->|calls| b70aafa3_ea04_2827_e08c_e3b98fef751b
  style cfd374c6_6ec8_24d4_a667_0f3e52f345c9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/OpenSslClientSessionCache.java lines 138–143

    private static HostPort keyFor(String host, int port) {
        if (host == null && port < 1) {
            return null;
        }
        return new HostPort(host, port);
    }

Domain

Subdomains

Calls

Called By

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 138.
What does HostPort() call?
HostPort() calls 1 function(s): HostPort.
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