BigInteger() — netty Function Reference
Architecture documentation for the BigInteger() function in IpSubnetFilterRule.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 0f2fb401_b634_c64b_f115_66f184c14243["BigInteger()"] a1c6509b_4e14_64de_a61c_a7f2fad1afd0["Ip6SubnetFilterRule"] 0f2fb401_b634_c64b_f115_66f184c14243 -->|defined in| a1c6509b_4e14_64de_a61c_a7f2fad1afd0 6ba924f7_e4be_2e1b_ecde_3c4b4a42862d["prefixToSubnetMask()"] 0f2fb401_b634_c64b_f115_66f184c14243 -->|calls| 6ba924f7_e4be_2e1b_ecde_3c4b4a42862d style 0f2fb401_b634_c64b_f115_66f184c14243 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ipfilter/IpSubnetFilterRule.java lines 244–249
private static BigInteger ipToInt(Inet6Address ipAddress) {
byte[] octets = ipAddress.getAddress();
assert octets.length == 16;
return new BigInteger(octets);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does BigInteger() do?
BigInteger() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ipfilter/IpSubnetFilterRule.java.
Where is BigInteger() defined?
BigInteger() is defined in handler/src/main/java/io/netty/handler/ipfilter/IpSubnetFilterRule.java at line 244.
What does BigInteger() call?
BigInteger() calls 1 function(s): prefixToSubnetMask.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free