public class Handler
extends java.net.URLStreamHandler
| Constructor and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDefaultPort() |
java.net.URLConnection |
openConnection(java.net.URL u) |
protected void |
parseURL(java.net.URL u,
java.lang.String spec,
int start,
int limit) |
protected int getDefaultPort()
getDefaultPort in class java.net.URLStreamHandlerpublic java.net.URLConnection openConnection(java.net.URL u)
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