Frames | No Frames |
Constructors with parameter type jcifs.netbios.NbtAddress | |
NbtSocket.NbtSocket(NbtAddress address, String calledName, 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[] | NbtAddress.getAllByAddress(String host) 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 | 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 |