Class HTTPSInputArchive

  • All Implemented Interfaces:
    Archive, ReadableArchive

    @Service(name="https")
    @PerLookup
    public class HTTPSInputArchive
    extends HTTPInputArchive
    Implements ReadableArchive for the https protocol to support launches of app clients using Java Web Start.

    Although the JARs are stored as JARs in the Java Web Start cache, Java Web Start hides the actual location where the cached JAR resides. So this implementation does not rely on the JARs location but uses URLs to access the archive itself and its elements.

    Author:
    tjquinn
    • Constructor Detail

      • HTTPSInputArchive

        public HTTPSInputArchive()