jcifs.https

Class Handler


public class Handler
extends 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.

Field Summary

static int
DEFAULT_HTTPS_PORT
The default HTTPS port (443).

Fields inherited from class jcifs.http.Handler

DEFAULT_HTTP_PORT

Method Summary

protected int
getDefaultPort()
Returns the default HTTPS port.

Methods inherited from class jcifs.http.Handler

getDefaultPort, openConnection, setURLStreamHandlerFactory

Field Details

DEFAULT_HTTPS_PORT

public static final int DEFAULT_HTTPS_PORT
The default HTTPS port (443).
Field Value:
443

Method Details

getDefaultPort

protected int getDefaultPort()
Returns the default HTTPS port.
Overrides:
getDefaultPort in interface Handler
Returns:
An int containing the default HTTPS port.