Package technology.dice.dicewhere.utils
Class IPUtils
- java.lang.Object
-
- technology.dice.dicewhere.utils.IPUtils
-
public class IPUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description IPUtils()
-
-
-
Method Detail
-
increment
public static IP increment(IP ip) throws UnknownHostException
- Throws:
UnknownHostException
-
decrement
public static IP decrement(IP ip) throws UnknownHostException
- Throws:
UnknownHostException
-
increment
public static IP increment(IP ip, int increment) throws UnknownHostException
- Throws:
UnknownHostException
-
from
public static inet.ipaddr.IPAddress from(IP ip) throws UnknownHostException
- Throws:
UnknownHostException
-
from
public static inet.ipaddr.IPAddress from(byte[] bytes) throws UnknownHostException- Throws:
UnknownHostException
-
-