Uses of Class
jcifs.netbios.NbtAddress

Packages that use NbtAddress
jcifs.netbios   
 

Uses of NbtAddress in jcifs.netbios
 

Methods in jcifs.netbios that return NbtAddress
static NbtAddress[] NbtAddress.getAllByAddress(NbtAddress addr)
          Retrieve all addresses of a host by it's address.
static NbtAddress[] NbtAddress.getAllByAddress(java.lang.String host)
          Retrieve all addresses of a host by it's address.
static NbtAddress[] NbtAddress.getAllByAddress(java.lang.String host, int type, java.lang.String scope)
          Retrieve all addresses of a host by it's address.
static NbtAddress[] NbtAddress.getAllByName(java.lang.String host, int type, java.lang.String scope, java.net.InetAddress svr)
           
static NbtAddress NbtAddress.getByName(java.lang.String host)
          Determines the address of a host given it's host name.
static NbtAddress NbtAddress.getByName(java.lang.String host, int type, java.lang.String scope)
          Determines the address of a host given it's host name.
static NbtAddress NbtAddress.getByName(java.lang.String host, int type, java.lang.String scope, java.net.InetAddress svr)
           
static NbtAddress NbtAddress.getLocalHost()
          Retrieves the local host address.
 

Methods in jcifs.netbios with parameters of type NbtAddress
static NbtAddress[] NbtAddress.getAllByAddress(NbtAddress addr)
          Retrieve all addresses of a host by it's address.