Package javajs.util
Class AjaxURLStreamHandler
java.lang.Object
java.net.URLStreamHandler
javajs.util.AjaxURLStreamHandler
A method to allow a JavaScript AJAX adapter to
deliver web content to JSmol. This handler is just a formality.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected URLConnection
openConnection
(URL url) protected String
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL
-
Constructor Details
-
AjaxURLStreamHandler
-
-
Method Details
-
openConnection
- Specified by:
openConnection
in classURLStreamHandler
- Throws:
IOException
-
toExternalForm
- Overrides:
toExternalForm
in classURLStreamHandler
-