Package | Description |
---|---|
jcifs.netbios |
Modifier and Type | Method and Description |
---|---|
static NbtAddress[] |
NbtAddress.getAllByAddress(NbtAddress addr)
Retrieve all addresses of a host by it's address.
|
static NbtAddress[] |
NbtAddress.getAllByAddress(java.lang.String host)
Retrieve all addresses of a host by it's address.
|
static NbtAddress[] |
NbtAddress.getAllByAddress(java.lang.String host,
int type,
java.lang.String scope)
Retrieve all addresses of a host by it's address.
|
static NbtAddress[] |
NbtAddress.getAllByName(java.lang.String host,
int type,
java.lang.String scope,
java.net.InetAddress svr) |
static NbtAddress |
NbtAddress.getByName(java.lang.String host)
Determines the address of a host given it's host name.
|
static NbtAddress |
NbtAddress.getByName(java.lang.String host,
int type,
java.lang.String scope)
Determines the address of a host given it's host name.
|
static NbtAddress |
NbtAddress.getByName(java.lang.String host,
int type,
java.lang.String scope,
java.net.InetAddress svr) |
static NbtAddress |
NbtAddress.getLocalHost()
Retrieves the local host address.
|
Modifier and Type | Method and Description |
---|---|
static NbtAddress[] |
NbtAddress.getAllByAddress(NbtAddress addr)
Retrieve all addresses of a host by it's address.
|