|
|||||||||
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
edu.wisc.ssec.mcidas.adde.Handler
public class Handler
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.
for more information
Constructor Summary | |
---|---|
Handler()
|
Method Summary |
---|
Methods inherited from class edu.wisc.ssec.mcidas.adde.AddeURLStreamHandler |
---|
openConnection |
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 Handler()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |