edu.wisc.ssec.mcidas.adde
Class AddeURLStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by edu.wisc.ssec.mcidas.adde.AddeURLStreamHandler
Direct Known Subclasses:
Handler

public class AddeURLStreamHandler
extends java.net.URLStreamHandler

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

AddeURLStreamHandler

public AddeURLStreamHandler()
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL url)
                                         throws java.io.IOException
returns a reference to a special URLConnection object designed to implement the ADDE protocol.

Specified by:
openConnection in class java.net.URLStreamHandler
Parameters:
url - - user specified URL, encodes ADDE request
Returns:
AddeURLConnection reference.
Throws:
java.io.IOException