パッケージ jcifs.smb1.https
クラス Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- jcifs.smb1.http.Handler
-
- jcifs.smb1.https.Handler
-
public class Handler extends Handler
AURLStreamHandlerused to provide NTLM authentication capabilities to the default HTTPS handler. This acts as a wrapper, handling authentication and passing control to the underlying stream handler.
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static intDEFAULT_HTTPS_PORTThe default HTTPS port (443).-
クラスから継承されたフィールド jcifs.smb1.http.Handler
DEFAULT_HTTP_PORT
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Handler()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected intgetDefaultPort()Returns the default HTTPS port.-
クラスから継承されたメソッド jcifs.smb1.http.Handler
openConnection, setURLStreamHandlerFactory
-
クラスから継承されたメソッド java.net.URLStreamHandler
equals, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
-
-
-
フィールドの詳細
-
DEFAULT_HTTPS_PORT
public static final int DEFAULT_HTTPS_PORT
The default HTTPS port (443).- 関連項目:
- 定数フィールド値
-
-
メソッドの詳細
-
getDefaultPort
protected int getDefaultPort()
Returns the default HTTPS port.- オーバーライド:
getDefaultPortクラス内Handler- 戻り値:
- An
intcontaining the default HTTPS port.
-
-