Home / Function/ matches() — netty Function Reference

matches() — netty Function Reference

Architecture documentation for the matches() function in IpSubnetFilterRule.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  ec366950_3e90_b539_9c00_ab6de6f6b6e4["matches()"]
  f3ff08cb_4fe1_1314_ac18_a2892f03b352["IpSubnetFilterRule"]
  ec366950_3e90_b539_9c00_ab6de6f6b6e4 -->|defined in| f3ff08cb_4fe1_1314_ac18_a2892f03b352
  46a14e55_9861_790d_f9fd_791b6716de9a["matches()"]
  46a14e55_9861_790d_f9fd_791b6716de9a -->|calls| ec366950_3e90_b539_9c00_ab6de6f6b6e4
  53ff307f_4e59_bb83_2a45_0922d99d7721["matches()"]
  53ff307f_4e59_bb83_2a45_0922d99d7721 -->|calls| ec366950_3e90_b539_9c00_ab6de6f6b6e4
  46a14e55_9861_790d_f9fd_791b6716de9a["matches()"]
  ec366950_3e90_b539_9c00_ab6de6f6b6e4 -->|calls| 46a14e55_9861_790d_f9fd_791b6716de9a
  style ec366950_3e90_b539_9c00_ab6de6f6b6e4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ipfilter/IpSubnetFilterRule.java lines 101–104

    @Override
    public boolean matches(InetSocketAddress remoteAddress) {
        return filterRule.matches(remoteAddress);
    }

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does matches() do?
matches() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ipfilter/IpSubnetFilterRule.java.
Where is matches() defined?
matches() is defined in handler/src/main/java/io/netty/handler/ipfilter/IpSubnetFilterRule.java at line 101.
What does matches() call?
matches() calls 1 function(s): matches.
What calls matches()?
matches() is called by 2 function(s): matches, matches.

Analyze Your Own Codebase

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

Try Supermodel Free