Uses of Interface
jcifs.NetbiosAddress
-
Packages that use NetbiosAddress Package Description jcifs jcifs.netbios -
-
Uses of NetbiosAddress in jcifs
Methods in jcifs that return NetbiosAddress Modifier and Type Method Description NetbiosAddressNameServiceClient. getLocalHost()NetbiosAddress[]NameServiceClient. getNbtAllByAddress(String host)Retrieve all addresses of a host by it's address.NetbiosAddress[]NameServiceClient. getNbtAllByAddress(String host, int type, String scope)Retrieve all addresses of a host by it's address.NetbiosAddress[]NameServiceClient. getNbtAllByAddress(NetbiosAddress addr)Retrieve all addresses of a host by it's address.NetbiosAddress[]NameServiceClient. getNbtAllByName(String host, int type, String scope, InetAddress svr)Retrieve all addresses of a host by it's name.NetbiosAddressNameServiceClient. getNbtByName(String host)Determines the address of a host given it's host name.NetbiosAddressNameServiceClient. getNbtByName(String host, int type, String scope)Determines the address of a host given it's host name.NetbiosAddressNameServiceClient. getNbtByName(String host, int type, String scope, InetAddress svr)Determines the address of a host given it's host name.NetbiosAddress[]NameServiceClient. getNodeStatus(NetbiosAddress nbtAddress)Methods in jcifs with parameters of type NetbiosAddress Modifier and Type Method Description NetbiosAddress[]NameServiceClient. getNbtAllByAddress(NetbiosAddress addr)Retrieve all addresses of a host by it's address.NetbiosAddress[]NameServiceClient. getNodeStatus(NetbiosAddress nbtAddress) -
Uses of NetbiosAddress in jcifs.netbios
Classes in jcifs.netbios that implement NetbiosAddress Modifier and Type Class Description classNbtAddressThis class represents a NetBIOS over TCP/IP address.Methods in jcifs.netbios with parameters of type NetbiosAddress Modifier and Type Method Description NbtAddress[]NameServiceClientImpl. getNbtAllByAddress(NetbiosAddress addr)NbtAddress[]NameServiceClientImpl. getNodeStatus(NetbiosAddress addr)
-