Package org.jboss.net.protocol.file
Class Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.jboss.net.protocol.file.Handler
-
public class Handler extends java.net.URLStreamHandlerA protocol handler for the 'file' protocol.- Version:
- $Revision$
-
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URLConnectionopenConnection(java.net.URL url)protected voidparseURL(java.net.URL url, java.lang.String s, int i, int j)
-
-
-
Method Detail
-
openConnection
public java.net.URLConnection openConnection(java.net.URL url) throws java.io.IOException- Specified by:
openConnectionin classjava.net.URLStreamHandler- Throws:
java.io.IOException
-
parseURL
protected void parseURL(java.net.URL url, java.lang.String s, int i, int j)- Overrides:
parseURLin classjava.net.URLStreamHandler
-
-