Package org.apache.commons.vfs2.impl
Class URLStreamHandlerProxy
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.apache.commons.vfs2.impl.URLStreamHandlerProxy
-
final class URLStreamHandlerProxy extends java.net.URLStreamHandler
A proxy for URLs that are supported by the standard stream handler factory.
-
-
Constructor Summary
Constructors Constructor Description URLStreamHandlerProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.URLConnection
openConnection(java.net.URL url)
protected void
parseURL(java.net.URL u, java.lang.String spec, int start, int limit)
-
-
-
Method Detail
-
openConnection
protected java.net.URLConnection openConnection(java.net.URL url) throws java.io.IOException
- Specified by:
openConnection
in classjava.net.URLStreamHandler
- Throws:
java.io.IOException
-
parseURL
protected void parseURL(java.net.URL u, java.lang.String spec, int start, int limit)
- Overrides:
parseURL
in classjava.net.URLStreamHandler
-
-