edu.wisc.ssec.mcidas.adde
Class Handler
java.lang.Object
java.net.URLStreamHandler
edu.wisc.ssec.mcidas.adde.AddeURLStreamHandler
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Handler
public Handler()