iaik.protocol.https
Class Handler
java.lang.Object
|
+--java.net.URLStreamHandler
|
+--iaik.protocol.https.Handler
- public class Handler
- extends java.net.URLStreamHandler
This class implements an URLStreamHandler for HTTPS URLs. In most cases
application need not directly access this class, see the separate
iSaSiLk HTTPS documentation for more information.
- See Also:
HttpsURLConnection,
HttpsURLStreamHandlerFactory
|
Constructor Summary |
Handler()
Default constructor. |
|
Method Summary |
protected java.net.URLConnection |
openConnection(java.net.URL u)
Java API method, not for use by applications |
protected void |
parseURL(java.net.URL u,
java.lang.String spec,
int start,
int limit)
Java API method, not for use by applications |
| Methods inherited from class java.net.URLStreamHandler |
setURL,
toExternalForm |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Handler
public Handler()
- Default constructor.
openConnection
protected java.net.URLConnection openConnection(java.net.URL u)
throws java.io.IOException
- Java API method, not for use by applications
- Overrides:
- openConnection in class java.net.URLStreamHandler
parseURL
protected void parseURL(java.net.URL u,
java.lang.String spec,
int start,
int limit)
- Java API method, not for use by applications
- Overrides:
- parseURL in class java.net.URLStreamHandler