Frames | No Frames |
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 | 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. |