- valueOf(byte[]) - Static method in class com.github.robtimus.net.ip.IPAddress
-
Returns an IP address from a byte array representation of the address.
- valueOf(CharSequence) - Static method in class com.github.robtimus.net.ip.IPAddress
-
Returns an IP address represented by a CharSequence
.
- valueOf(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.IPAddress
-
Returns an IP address represented by a portion of a CharSequence
.
- valueOf(InetAddress) - Static method in class com.github.robtimus.net.ip.IPAddress
-
Returns an IP address represented by a InetAddress
.
- valueOf(int, int, int, int) - Static method in class com.github.robtimus.net.ip.IPv4Address
-
Returns an IPv4 address from four octets.
- valueOf(byte[]) - Static method in class com.github.robtimus.net.ip.IPv4Address
-
Returns an IPv4 address from a byte array representation of the address.
- valueOf(CharSequence) - Static method in class com.github.robtimus.net.ip.IPv4Address
-
Returns an IPv4 address represented by a CharSequence
.
- valueOf(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.IPv4Address
-
Returns an IPv4 address represented by a portion of a CharSequence
.
- valueOf(Inet4Address) - Static method in class com.github.robtimus.net.ip.IPv4Address
-
Returns an IPv4 address represented by a Inet4Address
.
- valueOf(CharSequence) - Static method in class com.github.robtimus.net.ip.IPv4Subnet
-
Returns an IPv4 subnet represented by a CIDR notation.
- valueOf(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.IPv4Subnet
-
Returns an IPv4 subnet represented by a CIDR notation.
- valueOf(IPv4Address, int) - Static method in class com.github.robtimus.net.ip.IPv4Subnet
-
Returns an IPv4 subnet represented by a routing prefix and a prefix length.
- valueOf(CharSequence, int) - Static method in class com.github.robtimus.net.ip.IPv4Subnet
-
Returns an IPv4 subnet represented by a routing prefix and a prefix length.
- valueOf(IPv4Address, IPv4Address) - Static method in class com.github.robtimus.net.ip.IPv4Subnet
-
Returns an IPv4 subnet represented by a routing prefix and a netmask.
- valueOf(CharSequence, CharSequence) - Static method in class com.github.robtimus.net.ip.IPv4Subnet
-
Returns an IPv4 subnet represented by a routing prefix and a netmask.
- valueOf(int, int, int, int, int, int, int, int) - Static method in class com.github.robtimus.net.ip.IPv6Address
-
Returns an IPv6 address from eight hextets.
- valueOf(byte[]) - Static method in class com.github.robtimus.net.ip.IPv6Address
-
Returns an IPv6 address from a byte array representation of the address.
- valueOf(CharSequence) - Static method in class com.github.robtimus.net.ip.IPv6Address
-
Returns an IPv6 address represented by a CharSequence
.
- valueOf(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.IPv6Address
-
Returns an IPv6 address represented by a portion of a CharSequence
.
- valueOf(Inet6Address) - Static method in class com.github.robtimus.net.ip.IPv6Address
-
Returns an IPv6 address represented by a Inet6Address
.
- valueOf(CharSequence) - Static method in class com.github.robtimus.net.ip.IPv6Subnet
-
Returns an IPv6 subnet represented by a CIDR notation.
- valueOf(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.IPv6Subnet
-
Returns an IPv6 subnet represented by a CIDR notation.
- valueOf(IPv6Address, int) - Static method in class com.github.robtimus.net.ip.IPv6Subnet
-
Returns an IPv6 subnet represented by a routing prefix and a prefix length.
- valueOf(CharSequence, int) - Static method in class com.github.robtimus.net.ip.IPv6Subnet
-
Returns an IPv6 subnet represented by a routing prefix and a prefix length.
- valueOf(CharSequence) - Static method in class com.github.robtimus.net.ip.Subnet
-
Returns a subnet represented by a CIDR notation.
- valueOf(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.Subnet
-
Returns a subnet represented by a CIDR notation.
- valueOf(IPAddress<?>, int) - Static method in class com.github.robtimus.net.ip.Subnet
-
Returns a subnet represented by a routing prefix and a prefix length.
- valueOf(CharSequence, int) - Static method in class com.github.robtimus.net.ip.Subnet
-
Returns a subnet represented by a routing prefix and a prefix length.