org.jboss.net.protocol.file
Class Handler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.jboss.net.protocol.file.Handler

public class Handler
extends URLStreamHandler

A protocol handler for the 'file' protocol.

Version:
$Revision: 1.2.18.1 $
Author:
Jason Dillon

Constructor Summary
Handler()
           
 
Method Summary
 URLConnection openConnection(URL url)
           
protected  void parseURL(URL url, String s, int i, int j)
           
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Method Detail

openConnection

public URLConnection openConnection(URL url)
                             throws IOException
Specified by:
openConnection in class URLStreamHandler
Throws:
IOException

parseURL

protected void parseURL(URL url,
                        String s,
                        int i,
                        int j)
Overrides:
parseURL in class URLStreamHandler


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.