jcifs.netbios
Class Lmhosts

java.lang.Object
  extended byjcifs.netbios.Lmhosts

public class Lmhosts
extends java.lang.Object


Constructor Summary
Lmhosts()
           
 
Method Summary
static NbtAddress getByName(java.lang.String host)
          This is really just for UniAddress.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lmhosts

public Lmhosts()
Method Detail

getByName

public static NbtAddress getByName(java.lang.String host)
This is really just for 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.