Uses of Class jcifs.netbios.NbtAddress

Uses in package jcifs.netbios

Methods with parameter type jcifs.netbios.NbtAddress

NbtAddress[]
Retrieve all addresses of a host by it's address.

Methods with return type jcifs.netbios.NbtAddress

NbtAddress[]
Retrieve all addresses of a host by it's address.
NbtAddress[]
NbtAddress.getAllByAddress(String host, int type, String scope)
Retrieve all addresses of a host by it's address.
NbtAddress[]
Retrieve all addresses of a host by it's address.
NbtAddress[]
NbtAddress.getAllByName(String host, int type, String scope, InetAddress svr)
NbtAddress
NbtAddress.getByName(String host)
Determines the address of a host given it's host name.
NbtAddress
NbtAddress.getByName(String host, int type, String scope)
Determines the address of a host given it's host name.
NbtAddress
NbtAddress.getByName(String host, int type, String scope, InetAddress svr)
NbtAddress
Retrieves the local host address.