Package jcifs.netbios

Class 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 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.