public class Handler extends Handler
URLStreamHandler used 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 int |
DEFAULT_HTTPS_PORT
The default HTTPS port (
443). |
DEFAULT_HTTP_PORT| コンストラクタと説明 |
|---|
Handler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected int |
getDefaultPort()
Returns the default HTTPS port.
|
openConnection, setURLStreamHandlerFactoryequals, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalFormpublic static final int DEFAULT_HTTPS_PORT
443).protected int getDefaultPort()
getDefaultPort クラス内 Handlerint containing the default HTTPS port.Copyright © 2016. All rights reserved.