Package org.globus.net.protocol.https
Class Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.globus.net.protocol.httpg.Handler
-
- org.globus.net.protocol.https.Handler
-
public class Handler extends Handler
-
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getDefaultPort()
protected URLConnection
openConnection(URL u)
-
Methods inherited from class java.net.URLStreamHandler
equals, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, toExternalForm
-
-
-
-
Method Detail
-
openConnection
protected URLConnection openConnection(URL u)
- Overrides:
openConnection
in classHandler
-
getDefaultPort
protected int getDefaultPort()
- Overrides:
getDefaultPort
in classHandler
-
-