Package | Description |
---|---|
jcifs.netbios |
Modifier and Type | Method | Description |
---|---|---|
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.getAllByAddress(NbtAddress addr) |
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 |
Lmhosts.getByName(java.lang.String host) |
This is really just for
UniAddress . |
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.
|
NbtAddress |
NbtSocket.getNbtAddress() |
Modifier and Type | Method | Description |
---|---|---|
static NbtAddress[] |
NbtAddress.getAllByAddress(NbtAddress addr) |
Retrieve all addresses of a host by it's address.
|
Constructor | Description |
---|---|
NbtSocket(NbtAddress address,
int port) |
|
NbtSocket(NbtAddress address,
int port,
java.net.InetAddress localAddr,
int localPort) |
|
NbtSocket(NbtAddress address,
java.lang.String calledName,
int port,
java.net.InetAddress localAddr,
int localPort) |