java.lang.Object
com.aoapps.net.InetAddressPrefixes
A set of standard network prefixes.
- Author:
- AO Industries, Inc.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final InetAddressPrefix
The IPv4 6to4 Relay network (192.88.99.0/24
).static final InetAddressPrefix
The IPv6 multicast network (2002::/16
).static final InetAddressPrefix
The IPv4 benchmark network (198.18.0.0/15
).static final InetAddressPrefix
The IPv6 benchmark network (2001:2::/48
).static final InetAddressPrefix
The IPv4 Carrier-grade NAT (100.64.0.0/10
).static final InetAddressPrefix
The IPv4 documentation network (192.0.2.0/24
).static final InetAddressPrefix
The IPv4 documentation network (198.51.100.0/24
).static final InetAddressPrefix
The IPv4 documentation network (203.0.113.0/24
).static final InetAddressPrefix
The IPv6 documentation network (2001:db8::/32
).static final InetAddressPrefix
The IPv4 link local network (169.254.0.0/16
).static final InetAddressPrefix
The IPv6 link local network (fe80::/10
).static final InetAddressPrefix
The IPv4 loopback network (127.0.0.0/8
).static final InetAddressPrefix
The IPv4 multicast network (224.0.0.0/4
).static final InetAddressPrefix
The IPv6 multicast network (ff00::/8
).static final InetAddressPrefix
The IPv6 ORCHIDv2 network (2001:20::/28
).static final InetAddressPrefix
The Teredo tunneling network (2001::/32
).static final InetAddressPrefix
The IPv4 private network (172.16.0.0/12
).static final InetAddressPrefix
The IPv4 private network (192.168.0.0/16
).static final InetAddressPrefix
The IPv4 private network (10.0.0.0/8
).static final InetAddressPrefix
The IPv6 unique local network (fc00::/7
).static final InetAddressPrefix
The IPv4 unspecified network (0.0.0.0/0
).static final InetAddressPrefix
The IPv6 unspecified network (::/0
). -
Method Summary
-
Field Details
-
UNSPECIFIED_IPV4
The IPv4 unspecified network (0.0.0.0/0
). -
UNSPECIFIED_IPV6
The IPv6 unspecified network (::/0
). -
LOOPBACK_IPV4
The IPv4 loopback network (127.0.0.0/8
). -
LINK_LOCAL_IPV4
The IPv4 link local network (169.254.0.0/16
).See RFC 3927.
-
LINK_LOCAL_IPV6
The IPv6 link local network (fe80::/10
).See RFC 4291, Section 2.5.6. Link-Local IPv6 Unicast Addresses.
-
MULTICAST_IPV4
The IPv4 multicast network (224.0.0.0/4
).See RFC 3171.
-
MULTICAST_IPV6
The IPv6 multicast network (ff00::/8
). -
UNIQUE_LOCAL_IPV4_8
The IPv4 private network (10.0.0.0/8
).See RFC 1918.
-
UNIQUE_LOCAL_IPV4_12
The IPv4 private network (172.16.0.0/12
).See RFC 1918.
-
UNIQUE_LOCAL_IPV4_16
The IPv4 private network (192.168.0.0/16
).See RFC 1918.
-
UNIQUE_LOCAL_IPV6
The IPv6 unique local network (fc00::/7
).See RFC 4193.
-
_6TO4_IPV4
The IPv4 6to4 Relay network (192.88.99.0/24
).See RFC 3068.
-
_6TO4_IPV6
The IPv6 multicast network (2002::/16
).See RFC 3056.
-
TEREDO_IPV6
The Teredo tunneling network (2001::/32
).See RFC 4380.
-
DOCUMENTATION_IPV4_1
The IPv4 documentation network (192.0.2.0/24
).See RFC 5737.
-
DOCUMENTATION_IPV4_2
The IPv4 documentation network (198.51.100.0/24
).See RFC 5737.
-
DOCUMENTATION_IPV4_3
The IPv4 documentation network (203.0.113.0/24
).See RFC 5737.
-
DOCUMENTATION_IPV6
The IPv6 documentation network (2001:db8::/32
).See RFC 5737.
-
BENCHMARK_IPV4
The IPv4 benchmark network (198.18.0.0/15
).See RFC 2544.
-
BENCHMARK_IPV6
The IPv6 benchmark network (2001:2::/48
).See RFC 5180.
-
ORCHID_IPV6
The IPv6 ORCHIDv2 network (2001:20::/28
).See RFC 7343.
-
CARRIER_GRADE_NAT_IPV4
The IPv4 Carrier-grade NAT (100.64.0.0/10
).See RFC 5698.
-