|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.URLStreamHandler
jcifs.http.Handler
jcifs.https.Handler
public class Handler
A 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 |
DEFAULT_HTTPS_PORT
The default HTTPS port ( 443 ). |
Fields inherited from class jcifs.http.Handler |
---|
DEFAULT_HTTP_PORT |
Constructor Summary | |
---|---|
Handler()
|
Method Summary | |
---|---|
protected int |
getDefaultPort()
Returns the default HTTPS port. |
Methods inherited from class jcifs.http.Handler |
---|
openConnection, setURLStreamHandlerFactory |
Methods inherited from class java.net.URLStreamHandler |
---|
equals, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_HTTPS_PORT
443
).
Constructor Detail |
---|
public Handler()
Method Detail |
---|
protected int getDefaultPort()
getDefaultPort
in class Handler
int
containing the default HTTPS port.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |