Class DataUrlHandler


  • public class DataUrlHandler
    extends URLStreamHandler
    Responsible for instantiating the DataUrlConnection.
    • Constructor Summary

      Constructors 
      Constructor Description
      DataUrlHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected URLConnection openConnection​(URL url)  
      • Methods inherited from class URLStreamHandler

        equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
      • Methods inherited from class Object

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

      • DataUrlHandler

        public DataUrlHandler()
    • Method Detail

      • openConnection

        protected URLConnection openConnection​(URL url)
                                        throws IOException
        Specified by:
        openConnection in class URLStreamHandler
        Throws:
        IOException