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.getLocalHost()
          Retrieves the local host address.
static NbtAddress NbtAddress.getByName(String host)
          Determines the address of a host given it's host name.
static NbtAddress NbtAddress.getByName(String host, int type, String scope)
          Determines the address of a host given it's host name.
static NbtAddress[] NbtAddress.getAllByAddress(String host)
          Retrieve all addresses of a host by it's address.
static NbtAddress[] NbtAddress.getAllByAddress(String host, int type, String scope)
          Retrieve all addresses of a host by it's address.
static NbtAddress[] NbtAddress.getAllByAddress(NbtAddress addr)
          Retrieve all addresses of a host by it's address.
 NbtAddress NbtSocket.getNbtAddress()
           
 

Methods in jcifs.netbios with parameters of type NbtAddress
 boolean NbtAddress.equals(NbtAddress nbAddr)
          Determines if this address is equal two another.
static NbtAddress[] NbtAddress.getAllByAddress(NbtAddress addr)
          Retrieve all addresses of a host by it's address.
 

Constructors in jcifs.netbios with parameters of type NbtAddress
NbtSocket.NbtSocket(NbtAddress address, int port)
           
NbtSocket.NbtSocket(NbtAddress address, int port, InetAddress localAddr, int localPort)