public class Lmhosts
extends java.lang.Object
Constructor | Description |
---|---|
Lmhosts() |
Modifier and Type | Method | 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.