Uses of Class
jcifs.smb1.netbios.NbtAddress
-
Packages that use NbtAddress Package Description jcifs.smb1.netbios -
-
Uses of NbtAddress in jcifs.smb1.netbios
Methods in jcifs.smb1.netbios that return NbtAddress Modifier and Type Method Description 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.static NbtAddress[]NbtAddress. getAllByName(String host, int type, String scope, InetAddress svr)static NbtAddressLmhosts. getByName(String host)This is really just forUniAddress.static NbtAddressNbtAddress. getByName(String host)Determines the address of a host given it's host name.static NbtAddressNbtAddress. getByName(String host, int type, String scope)Determines 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.NbtAddressNbtSocket. getNbtAddress()Methods in jcifs.smb1.netbios with parameters of type NbtAddress Modifier and Type Method Description static NbtAddress[]NbtAddress. getAllByAddress(NbtAddress addr)Retrieve all addresses of a host by it's address.Constructors in jcifs.smb1.netbios with parameters of type NbtAddress Constructor Description NbtSocket(NbtAddress address, int port)NbtSocket(NbtAddress address, int port, InetAddress localAddr, int localPort)NbtSocket(NbtAddress address, String calledName, int port, InetAddress localAddr, int localPort)
-