Documentation of 'edu.wisc.ssec.mcidas.adde.AddeURLStreamHandlerFactory' Java class
AddeURLStreamHandlerFactory
edu.wisc.ssec.mcidas.adde

Class AddeURLStreamHandlerFactory

  • All Implemented Interfaces:
    java.net.URLStreamHandlerFactory


    public class AddeURLStreamHandlerFactory
    extends java.lang.Object
    implements java.net.URLStreamHandlerFactory
    This class creates a URLStreamHandler for the ADDE protocol. An instance is passed to URL.setURLStreamHandlerFactory when an application will be using ADDE URLs.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
      Creates URLStreamHandler object - not called directly.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddeURLStreamHandlerFactory

        public AddeURLStreamHandlerFactory()
    • Method Detail

      • createURLStreamHandler

        public java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
        Creates URLStreamHandler object - not called directly.
        Specified by:
        createURLStreamHandler in interface java.net.URLStreamHandlerFactory
        Parameters:
        protocol - - should be "adde"
        Returns:
        AddeURLStreamHandler reference.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.