class URLStreamHandlerProxy
extends java.net.URLStreamHandler
| Constructor and Description |
|---|
URLStreamHandlerProxy() |
| Modifier and Type | Method and 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) |
protected java.net.URLConnection openConnection(java.net.URL url)
throws java.io.IOException
openConnection in class java.net.URLStreamHandlerjava.io.IOExceptionprotected void parseURL(java.net.URL u,
java.lang.String spec,
int start,
int limit)
parseURL in class java.net.URLStreamHandler