edu.wisc.ssec.mcidas.adde
Class Handler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by edu.wisc.ssec.mcidas.adde.AddeURLStreamHandler
          extended by edu.wisc.ssec.mcidas.adde.Handler

public class Handler
extends 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.

The class name allows this to work if the system property java.protocol.handler.pkgs includes the edu.wisc.ssec.mcidas package.

Author:
Don Murray, UCAR/Unidata
See Also:
for more information

Constructor Summary
Handler()
           
 
Method Summary
 
Methods inherited from class edu.wisc.ssec.mcidas.adde.AddeURLStreamHandler
getDefaultPort, openConnection
 
Methods inherited from class java.net.URLStreamHandler
equals, 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

Handler

public Handler()