|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.URLStreamHandler
edu.wisc.ssec.mcidas.adde.AddeURLStreamHandler
public class AddeURLStreamHandler
This class defines the openConnection method, which is used to create an AddeURLConnection. Note that this class is automatically loaded when a URL of this type is created, you don't have explicitly create an object.
Constructor Summary | |
---|---|
AddeURLStreamHandler()
|
Method Summary | |
---|---|
protected java.net.URLConnection |
openConnection(java.net.URL url)
returns a reference to a special URLConnection object designed to implement the ADDE protocol. |
Methods inherited from class java.net.URLStreamHandler |
---|
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddeURLStreamHandler()
Method Detail |
---|
protected java.net.URLConnection openConnection(java.net.URL url) throws java.io.IOException
openConnection
in class java.net.URLStreamHandler
url
- - user specified URL, encodes ADDE request
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |