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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Handler
public Handler()
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.