FileDocCategorySizeDatePackage
Handler.javaAPI DocJCIFS 1.3.17 API1591Tue Oct 18 15:26:24 BST 2011jcifs.https

Handler

public 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_PORT
The default HTTPS port (443).
Constructors Summary
Methods Summary
protected intgetDefaultPort()
Returns the default HTTPS port.

return
An int containing the default HTTPS port.


                      
       
        return DEFAULT_HTTPS_PORT;