Class ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.ByteArrayUrlStreamHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] binaryRepresentation
      The binary representation of a type's class file.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ByteArrayUrlStreamHandler​(byte[] binaryRepresentation)
      Creates a new byte array URL stream handler.
    • Method Summary

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

      • binaryRepresentation

        private final byte[] binaryRepresentation
        The binary representation of a type's class file.
    • Constructor Detail

      • ByteArrayUrlStreamHandler

        protected ByteArrayUrlStreamHandler​(byte[] binaryRepresentation)
        Creates a new byte array URL stream handler.
        Parameters:
        binaryRepresentation - The binary representation of a type's class file.
    • Method Detail

      • openConnection

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