org.acme
Class FooUrlHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.acme.FooUrlHandler

public class FooUrlHandler
extends URLStreamHandler

Version:
$Revision: 469417 $ $Date: 2006-10-31 03:50:58 -0500 (Tue, 31 Oct 2006) $

Constructor Summary
FooUrlHandler()
           
 
Method Summary
protected  URLConnection openConnection(URL u)
           
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, 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

FooUrlHandler

public FooUrlHandler()
Method Detail

openConnection

protected URLConnection openConnection(URL u)
                                throws IOException
Specified by:
openConnection in class URLStreamHandler
Throws:
IOException


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.