パッケージ jcifs.netbios
クラス Lmhosts
- java.lang.Object
-
- jcifs.netbios.Lmhosts
-
public class Lmhosts extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Lmhosts()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 NbtAddressgetByName(String host, CIFSContext tc)This is really just forUniAddress.
-
-
-
メソッドの詳細
-
getByName
public NbtAddress getByName(String host, CIFSContext tc)
This is really just forUniAddress. It does not throw anUnknownHostExceptionbecause this is queried frequently and exceptions would be rather costly to throw on a regular basis here.- パラメータ:
host-tc-- 戻り値:
- resolved name, null if not found
-
-