jcifs.https
Class Handler

java.lang.Object
  extended byjava.net.URLStreamHandler
      extended byjcifs.http.Handler
          extended byjcifs.https.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
 
Constructor Summary
Handler()
           
 
Method Summary
protected  int getDefaultPort()
          Returns the default HTTPS port.
 
Methods inherited from class jcifs.http.Handler
openConnection, setURLStreamHandlerFactory
 
Methods inherited from class java.net.URLStreamHandler
equals, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HTTPS_PORT

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

See Also:
Constant Field Values
Constructor Detail

Handler

public Handler()
Method Detail

getDefaultPort

protected int getDefaultPort()
Returns the default HTTPS port.

Overrides:
getDefaultPort in class Handler
Returns:
An int containing the default HTTPS port.