public class Lmhosts
extends java.lang.Object
| Constructor and Description |
|---|
Lmhosts() |
| Modifier and Type | Method and Description |
|---|---|
static NbtAddress |
getByName(java.lang.String host)
This is really just for
UniAddress. |
public static NbtAddress getByName(java.lang.String host)
UniAddress. It does
not throw an UnknownHostException because this
is queried frequently and exceptions would be rather costly to
throw on a regular basis here.