public class AddeURLStreamHandler
extends java.net.URLStreamHandler
| Constructor and Description |
|---|
AddeURLStreamHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDefaultPort()
Returns the default port for a URL parsed by this handler.
|
protected java.net.URLConnection |
openConnection(java.net.URL url)
returns a reference to a special URLConnection object
designed to implement the ADDE protocol.
|
protected java.net.URLConnection openConnection(java.net.URL url)
throws java.io.IOException
openConnection in class java.net.URLStreamHandlerurl - - user specified URL, encodes ADDE requestjava.io.IOExceptionprotected int getDefaultPort()
getDefaultPort in class java.net.URLStreamHandler