Class InetAddressWrapper
java.lang.Object
org.eblocker.server.common.network.InetAddressWrapper
Class exposing static methods of InetAddress to enable unit-testing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllByName(String host) getByAddress(byte[] addr) getByAddress(String host, byte[] addr)
-
Constructor Details
-
InetAddressWrapper
public InetAddressWrapper()
-
-
Method Details
-
getAllByName
- Throws:
UnknownHostException
-
getByAddress
- Throws:
UnknownHostException
-
getByAddress
- Throws:
UnknownHostException
-
getByName
- Throws:
UnknownHostException
-
getLocalHost
- Throws:
UnknownHostException
-
getLoopbackAddress
-