Uses of Class
jcifs.netbios.NbtAddress
Packages that use NbtAddress
-
Uses of NbtAddress in jcifs.netbios
Methods in jcifs.netbios that return NbtAddressModifier and TypeMethodDescriptionstatic 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.static NbtAddress[]
NbtAddress.getAllByName
(String host, int type, String scope, InetAddress svr) static NbtAddress
Determines the address of a host given it's host name.static NbtAddress
Determines the address of a host given it's host name.static NbtAddress
NbtAddress.getByName
(String host, int type, String scope, InetAddress svr) static NbtAddress
NbtAddress.getLocalHost()
Retrieves the local host address.Methods in jcifs.netbios with parameters of type NbtAddressModifier and TypeMethodDescriptionstatic NbtAddress[]
NbtAddress.getAllByAddress
(NbtAddress addr) Retrieve all addresses of a host by it's address.