public class IPv4AddressWithMask extends IPAddressWithMask<IPv4Address>
Modifier and Type | Field and Description |
---|---|
static IPv4AddressWithMask |
NONE |
Modifier and Type | Method and Description |
---|---|
IPVersion |
getIpVersion() |
static IPv4AddressWithMask |
of(int rawValue,
int rawMask) |
static IPv4AddressWithMask |
of(IPv4Address value,
IPv4Address mask) |
static IPv4AddressWithMask |
of(String string) |
getSubnetBroadcastAddress, isSubnetBroadcastAddress, toString
public static final IPv4AddressWithMask NONE
public IPVersion getIpVersion()
getIpVersion
in class IPAddressWithMask<IPv4Address>
public static IPv4AddressWithMask of(int rawValue, int rawMask)
public static IPv4AddressWithMask of(IPv4Address value, IPv4Address mask)
public static IPv4AddressWithMask of(String string)
Copyright © 2014. All rights reserved.