jcifs.http
Class Handler
java.lang.Object
java.net.URLStreamHandler
jcifs.http.Handler
- Direct Known Subclasses:
- Handler
public class Handler
- extends URLStreamHandler
A URLStreamHandler used to provide NTLM authentication
capabilities to the default HTTP handler. This acts as a wrapper,
handling authentication and passing control to the underlying
stream handler.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_HTTP_PORT
public static final int DEFAULT_HTTP_PORT
- The default HTTP port (
80).
- See Also:
- Constant Field Values
Handler
public Handler()
setURLStreamHandlerFactory
public static void setURLStreamHandlerFactory(URLStreamHandlerFactory factory)
- Sets the URL stream handler factory for the environment. This
allows specification of the factory used in creating underlying
stream handlers. This can be called once per JVM instance.
- Parameters:
factory - The URL stream handler factory.
getDefaultPort
protected int getDefaultPort()
- Returns the default HTTP port.
- Overrides:
getDefaultPort in class URLStreamHandler
- Returns:
- An
int containing the default HTTP port.
openConnection
protected URLConnection openConnection(URL url)
throws IOException
- Specified by:
openConnection in class URLStreamHandler
- Throws:
IOException
Copyright © 2012. All Rights Reserved.