Class BytesURLStreamHandler


  • @Deprecated
    public class BytesURLStreamHandler
    extends java.net.URLStreamHandler
    Deprecated.
    Author:
    Hani Suleiman (hani@formicary.net) Date: Oct 20, 2003 Time: 12:45:18 AM
    • Constructor Summary

      Constructors 
      Constructor Description
      BytesURLStreamHandler​(byte[] content)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.net.URLConnection openConnection​(java.net.URL url)
      Deprecated.
       
      • 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

      • BytesURLStreamHandler

        public BytesURLStreamHandler​(byte[] content)
        Deprecated.
    • Method Detail

      • openConnection

        public java.net.URLConnection openConnection​(java.net.URL url)
        Deprecated.
        Specified by:
        openConnection in class java.net.URLStreamHandler