Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
URLStreamHandler
jcifs.http.Handler
jcifs.https.Handler
public class Handler
extends Handler
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 |
|
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
int
containing the default HTTPS port.