Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.net
Class AbstractURLStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by oracle.ide.net.AbstractURLStreamHandler
Direct Known Subclasses:
IdeWrapperURLStreamHandler

public abstract class AbstractURLStreamHandler
extends java.net.URLStreamHandler

This class is to be used as the base for URLStreamHandler implementations returned for urlfilesystem-hook.


Constructor Summary
AbstractURLStreamHandler()
           
 
Method Summary
abstract  java.net.URLConnection openConnection(java.net.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

AbstractURLStreamHandler

public AbstractURLStreamHandler()
Method Detail

openConnection

public abstract java.net.URLConnection openConnection(java.net.URL u)
                                               throws java.io.IOException
Specified by:
openConnection in class java.net.URLStreamHandler
Throws:
java.io.IOException
See Also:
"java.net.URLStreamHandler.openConnection"

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.