public final class NetUtil extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
createByteArrayFromIpAddressString(String ipAddressString)
Creates an byte[] based on an ipAddressString.
|
static boolean |
isValidIp4Word(String word) |
static boolean |
isValidIpV4Address(String value)
Takes a string and parses it to see if it is a valid IPV4 address.
|
static boolean |
isValidIpV6Address(String ipAddress) |
public static byte[] createByteArrayFromIpAddressString(String ipAddressString)
public static boolean isValidIpV6Address(String ipAddress)
public static boolean isValidIp4Word(String word)
public static boolean isValidIpV4Address(String value)
Copyright © 2008-2014 The Netty Project. All Rights Reserved.