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.URLStreamHandler
public java.net.URLConnection openConnection(java.net.URL u) throws java.io.IOException
openConnection
in class java.net.URLStreamHandler
java.io.IOException
protected void parseURL(java.net.URL u, java.lang.String spec, int start, int limit)
parseURL
in class java.net.URLStreamHandler