|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.net.URLStreamHandler | +--thor.net.URLStreamHandler
This URLStreamHandler uses reflection to make it flexible enough to start URLConnections that do not yet exist. The URLConnection handler must be named normally and be in either java.net or thor.net. The LGPL applies to this software. Unless otherwise stated the software is Copyright 1996,2000 Daniel Kristjansson
Constructor Summary | |
URLStreamHandler()
|
Method Summary | |
java.net.URLConnection |
openConnection(java.net.URL u)
Returns a ProtocolURLConnection where protocol is the protocol in java.net or thor.net. |
Methods inherited from class java.net.URLStreamHandler |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URLStreamHandler()
Method Detail |
public java.net.URLConnection openConnection(java.net.URL u) throws java.io.IOException
openConnection
in class java.net.URLStreamHandler
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |