org.jboss.virtual.plugins.context.vfs
Class AssembledUrlStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.jboss.virtual.plugins.context.vfs.AssembledUrlStreamHandler

public class AssembledUrlStreamHandler
extends java.net.URLStreamHandler

Used when creating VFS urls so we don't have to go through the handlers all the time

Version:
$Revision: 1.1 $
Author:
Bill Burke

Constructor Summary
AssembledUrlStreamHandler(AssembledContext context)
           
 
Method Summary
protected  java.net.URLConnection openConnection(java.net.URL url)
           
 
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

AssembledUrlStreamHandler

public AssembledUrlStreamHandler(AssembledContext context)
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL url)
                                         throws java.io.IOException
Specified by:
openConnection in class java.net.URLStreamHandler
Throws:
java.io.IOException