thor.net
Class URLStreamHandler

java.lang.Object
  |
  +--java.net.URLStreamHandler
        |
        +--thor.net.URLStreamHandler

public class URLStreamHandler
extends java.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

URLStreamHandler

public URLStreamHandler()
Method Detail

openConnection

public java.net.URLConnection openConnection(java.net.URL u)
                                      throws java.io.IOException
Returns a ProtocolURLConnection where protocol is the protocol in java.net or thor.net. This would include

Specified by:
openConnection in class java.net.URLStreamHandler
java.io.IOException