パッケージ jcifs.https
クラス Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- jcifs.http.Handler
-
- jcifs.https.Handler
-
@Deprecated public class Handler extends Handler
推奨されていません。NtlmHttpURLConnectionis broken by design.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_PORT推奨されていません。The default HTTPS port (443).-
クラスから継承されたフィールド jcifs.http.Handler
DEFAULT_HTTP_PORT
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Handler(CIFSContext tc)推奨されていません。
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 推奨されていないメソッド 修飾子とタイプ メソッド 説明 protected intgetDefaultPort()推奨されていません。Returns the default HTTPS port.-
クラスから継承されたメソッド jcifs.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).- 関連項目:
- 定数フィールド値
-
-
コンストラクタの詳細
-
Handler
public Handler(CIFSContext tc)
推奨されていません。- パラメータ:
tc- context to use
-
-
メソッドの詳細
-
getDefaultPort
protected int getDefaultPort()
推奨されていません。Returns the default HTTPS port.- オーバーライド:
getDefaultPortクラス内Handler- 戻り値:
- An
intcontaining the default HTTPS port.
-
-