jcifs.https
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.
| Field Summary | |
|---|---|
| static int | DEFAULT_HTTPS_PORT
The default HTTPS port ( 443). |
| Method Summary | |
|---|---|
| protected int | getDefaultPort()
Returns the default HTTPS port.
|
443).Returns: An int containing the default HTTPS port.