|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.jspf.core.Inet6Util
public class Inet6Util
Utility functions for IPV6 operations. see Inet6Util from the Apache Harmony project see org.apache.harmony.util.Inet6Util
| Method Summary | |
|---|---|
static void |
convertToBytes(String hexWord,
byte[] ipByteArray,
int byteIndex)
Converts a 4 character hex word into a 2 byte word equivalent |
static byte[] |
createByteArrayFromIPAddressString(String ipAddressString)
Creates an byte[] based on an ipAddressString. |
static boolean |
isValidIP4Word(String word)
|
static boolean |
isValidIP6Address(String ipAddress)
|
static boolean |
isValidIPV4Address(String value)
Takes a string and parses it to see if it is a valid IPV4 address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte[] createByteArrayFromIPAddressString(String ipAddressString)
public static void convertToBytes(String hexWord,
byte[] ipByteArray,
int byteIndex)
public static boolean isValidIP6Address(String ipAddress)
public static boolean isValidIP4Word(String word)
public static boolean isValidIPV4Address(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||