Java Networking: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
===Inet6Address=== | ===Inet6Address=== | ||
{{External|https://docs.oracle.com/javase/8/docs/api/java/net/Inet6Address.html}} |
Revision as of 20:05, 15 March 2017
Internal
Concepts
InetAddress
This class represents an Internet Protocol (IP) address. Its subclasses represent either 32 bit IPv4 addresses (Inet4Address) or an 128 bit IPv6 addresses (Inet6Address)