JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 23 & JDK 23
DRAFT 23-ea+15-Ubuntu-1build1
java.base
java.net
Inet4Address
Uses of Class
java.net.Inet4Address
Packages that use
Inet4Address
Package
Description
java.net
Provides the classes for implementing networking applications.
Uses of
Inet4Address
in
java.net
Methods in
java.net
that return
Inet4Address
Modifier and Type
Method
Description
static
Inet4Address
Inet4Address.
ofLiteral
(
String
ipv4AddressLiteral)
Creates an
Inet4Address
based on the provided
textual representation
of an IPv4 address.