| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
URLStreamHandlerjcifs.http.Handlerjcifs.https.Handlerpublic class Handlerextends HandlerURLStreamHandler 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 |
|
Fields inherited from class jcifs.http.Handler | |
DEFAULT_HTTP_PORT | |
Method Summary | |
protected int |
|
Methods inherited from class jcifs.http.Handler | |
getDefaultPort, openConnection, setURLStreamHandlerFactory | |
public static final int DEFAULT_HTTPS_PORT
The default HTTPS port (443).
- Field Value:
- 443
protected int getDefaultPort()
Returns the default HTTPS port.
- Overrides:
- getDefaultPort in interface Handler
- Returns:
- An
intcontaining the default HTTPS port.