Uses of Class jcifs.netbios.NbtAddress

Uses in package jcifs.netbios

Constructors with parameter type jcifs.netbios.NbtAddress

NbtSocket.NbtSocket(NbtAddress address, String calledName, int port, InetAddress localAddr, int localPort)
NbtSocket.NbtSocket(NbtAddress address, int port)
NbtSocket.NbtSocket(NbtAddress address, int port, InetAddress localAddr, int localPort)

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
Lmhosts.getByName(String host)
This is really just for UniAddress.
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.
NbtAddress