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 NbtAddressDetermines the address of a host given it's host name.static NbtAddressDetermines the address of a host given it's host name.static NbtAddressNbtAddress.getByName(String host, int type, String scope, InetAddress svr) static NbtAddressNbtAddress.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.