org.sapia.clazzy
Class Handler

java.lang.Object
  |
  +--java.net.URLStreamHandler
        |
        +--org.sapia.clazzy.Handler

public class Handler
extends URLStreamHandler

Implements a URLStreamHandler that creates ClazzyURLConnections.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
ClazzyURLConnection

Constructor Summary
Handler()
           
 
Method Summary
protected  URLConnection openConnection(URL u)
           
 
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

Handler

public Handler()
Method Detail

openConnection

protected URLConnection openConnection(URL u)
                                throws IOException
Specified by:
openConnection in class URLStreamHandler
IOException
See Also:
URLStreamHandler.openConnection(java.net.URL)


Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.