| java.lang.Object java.net.URLStreamHandler com.knowgate.jcifs.http.Handler
All known Subclasses: com.knowgate.jcifs.https.Handler,
Handler | public class Handler extends URLStreamHandler (Code) | | 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.
version: 0.9.1 |
DEFAULT_HTTP_PORT | final public static int DEFAULT_HTTP_PORT(Code) | | The default HTTP port (80 ).
|
getDefaultPort | protected int getDefaultPort()(Code) | | Returns the default HTTP port.
An int containing the default HTTP port. |
setURLStreamHandlerFactory | public static void setURLStreamHandlerFactory(URLStreamHandlerFactory factory)(Code) | | 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. |
Methods inherited from java.net.URLStreamHandler | protected boolean equals(URL u1, URL u2)(Code)(Java Doc) protected int getDefaultPort()(Code)(Java Doc) protected synchronized InetAddress getHostAddress(URL u)(Code)(Java Doc) protected int hashCode(URL u)(Code)(Java Doc) protected boolean hostsEqual(URL u1, URL u2)(Code)(Java Doc) abstract protected URLConnection openConnection(URL u) throws IOException(Code)(Java Doc) protected URLConnection openConnection(URL u, Proxy p) throws IOException(Code)(Java Doc) protected void parseURL(URL u, String spec, int start, int limit)(Code)(Java Doc) protected boolean sameFile(URL u1, URL u2)(Code)(Java Doc) protected void setURL(URL u, String protocol, String host, int port, String authority, String userInfo, String path, String query, String ref)(Code)(Java Doc) protected void setURL(URL u, String protocol, String host, int port, String file, String ref)(Code)(Java Doc) protected String toExternalForm(URL u)(Code)(Java Doc)
|
|
|