org.acedb
Class Handler

java.lang.Object
  |
  +--java.net.URLStreamHandler
        |
        +--org.acedb.Handler

public class Handler
extends java.net.URLStreamHandler

Simple URLStreamHandler for acedb: URLs, so that we can use URL objects as appropriate. This should really be somewhere where it isn't user-visible.

Author:
Matthew Pocock

Constructor Summary
Handler()
           
 
Method Summary
protected  java.net.URLConnection openConnection(java.net.URL url)
           
 
Methods inherited from class java.net.URLStreamHandler
parseURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL url)
                                         throws java.io.IOException
Overrides:
openConnection in class java.net.URLStreamHandler