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.| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_HTTPS_PORT |
The default HTTPS port (
443). |
DEFAULT_HTTP_PORT| Constructor | Description |
|---|---|
Handler() |
| Modifier and Type | Method | Description |
|---|---|---|
protected int |
getDefaultPort() |
Returns the default HTTPS port.
|
openConnection, setURLStreamHandlerFactorypublic static final int DEFAULT_HTTPS_PORT
443).protected int getDefaultPort()
getDefaultPort in class Handlerint containing the default HTTPS port.