| パッケージ | 説明 |
|---|---|
| jcifs.netbios |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static NbtAddress[] |
NbtAddress.getAllByAddress(NbtAddress addr)
Retrieve all addresses of a host by it's address.
|
static NbtAddress[] |
NbtAddress.getAllByAddress(String host)
Retrieve all addresses of a host by it's address.
|
static NbtAddress[] |
NbtAddress.getAllByAddress(String host,
int type,
String scope)
Retrieve all addresses of a host by it's address.
|
static NbtAddress[] |
NbtAddress.getAllByName(String host,
int type,
String scope,
InetAddress svr) |
static NbtAddress |
NbtAddress.getByName(String host)
Determines the address of a host given it's host name.
|
static NbtAddress |
Lmhosts.getByName(String host)
This is really just for
UniAddress. |
static NbtAddress |
NbtAddress.getByName(String host,
int type,
String scope)
Determines the address of a host given it's host name.
|
static NbtAddress |
NbtAddress.getByName(String host,
int type,
String scope,
InetAddress svr) |
static NbtAddress |
NbtAddress.getLocalHost()
Retrieves the local host address.
|
NbtAddress |
NbtSocket.getNbtAddress() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static NbtAddress[] |
NbtAddress.getAllByAddress(NbtAddress addr)
Retrieve all addresses of a host by it's address.
|
| コンストラクタと説明 |
|---|
NbtSocket(NbtAddress address,
int port) |
NbtSocket(NbtAddress address,
int port,
InetAddress localAddr,
int localPort) |
NbtSocket(NbtAddress address,
String calledName,
int port,
InetAddress localAddr,
int localPort) |
Copyright © 2016. All rights reserved.