org.jboss.net.protocol.resource
Class Handler
java.lang.Object
java.net.URLStreamHandler
org.jboss.net.protocol.resource.Handler
public class Handler
- extends URLStreamHandler
A protocol handler for the 'resource' protocol. Provides
access to system resources.
- Version:
- $Revision: 1.1.28.1 $
- Author:
- Jason Dillon
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 |
Handler
public Handler()
openConnection
public URLConnection openConnection(URL url)
throws IOException
- Specified by:
openConnection
in class URLStreamHandler
- Throws:
IOException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.