パッケージ jcifs.smb1.smb1
クラス Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- jcifs.smb1.smb1.Handler
-
public class Handler extends URLStreamHandler
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Handler()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected intgetDefaultPort()URLConnectionopenConnection(URL u)protected voidparseURL(URL u, String spec, int start, int limit)-
クラスから継承されたメソッド java.net.URLStreamHandler
equals, getHostAddress, hashCode, hostsEqual, openConnection, sameFile, setURL, setURL, toExternalForm
-
-
-
-
メソッドの詳細
-
getDefaultPort
protected int getDefaultPort()
- オーバーライド:
getDefaultPortクラス内URLStreamHandler
-
openConnection
public URLConnection openConnection(URL u) throws IOException
- 定義:
openConnectionクラス内URLStreamHandler- 例外:
IOException
-
parseURL
protected void parseURL(URL u, String spec, int start, int limit)
- オーバーライド:
parseURLクラス内URLStreamHandler
-
-