Package jcifs.netbios
Class Lmhosts
- java.lang.Object
-
- jcifs.netbios.Lmhosts
-
public class Lmhosts extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Lmhosts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NbtAddress
getByName(java.lang.String host)
This is really just forUniAddress
.
-
-
-
Method Detail
-
getByName
public static NbtAddress getByName(java.lang.String host)
This is really just forUniAddress
. It does not throw anUnknownHostException
because this is queried frequently and exceptions would be rather costly to throw on a regular basis here.
-
-