|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.wisc.ssec.mcidas.adde.AddeURLStreamHandlerFactory
public class AddeURLStreamHandlerFactory
This class creates a URLStreamHandler for the ADDE protocol. An instance is passed to URL.setURLStreamHandlerFactory when an application will be using ADDE URLs.
| Constructor Summary | |
|---|---|
AddeURLStreamHandlerFactory()
|
|
| Method Summary | |
|---|---|
java.net.URLStreamHandler |
createURLStreamHandler(java.lang.String protocol)
Creates URLStreamHandler object - not called directly. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddeURLStreamHandlerFactory()
| Method Detail |
|---|
public java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
createURLStreamHandler in interface java.net.URLStreamHandlerFactoryprotocol - - should be "adde"
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||