Handlerpublic class Handler extends jcifs.http.Handler A 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. |
Fields Summary |
---|
public static final int | DEFAULT_HTTPS_PORTThe default HTTPS port (443 ). |
Methods Summary |
---|
protected int | getDefaultPort()Returns the default HTTPS port.
return DEFAULT_HTTPS_PORT;
|
|