NtlmHttpURLConnection is broken by design.@Deprecated public class Handler extends URLStreamHandler
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.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HTTP_PORT
Deprecated.
The default HTTP port (
80). |
| Constructor and Description |
|---|
Handler(CIFSContext tc)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
setURLStreamHandlerFactory(URLStreamHandlerFactory factory)
Deprecated.
Sets the URL stream handler factory for the environment.
|
public static final int DEFAULT_HTTP_PORT
80).public Handler(CIFSContext tc)
tc - context to usepublic static void setURLStreamHandlerFactory(URLStreamHandlerFactory factory)
factory - The URL stream handler factory.Copyright © 2021. All rights reserved.