IcedTea-Web
NetX

Package net.sourceforge.jnlp.runtime

This package contains the classes that manage the secure runtime environment for JNLP apps.

See:
          Description

Interface Summary
PacEvaluator This interface represents an object which can evaluate Proxy Auto Config files.
 

Class Summary
AppletAudioClip An applet audio clip using the javax.sound API.
AppletEnvironment The applet environment including stub, context, and frame.
AppletInstance Represents a launched application instance created from a JNLP file.
ApplicationInstance Represents a running instance of an application described in a JNLPFile.
AppThreadGroup Thread group for a JNLP application.
Boot This is the main entry point for the JNLP client.
Boot13 Allows a Policy and SecurityManager to be set in JRE1.3 without running the code with only applet permissions; this class is for backward compatibility only and is totally unnecessary if running in jdk 1.4 or later (can call Boot directly).
FakePacEvaluator A dummy PacEvaluator that always returns "DIRECT"
JNLPClassLoader Classloader that takes it's resources from a JNLP file.
JNLPClassLoader.CodeBaseClassLoader  
JNLPPolicy Policy for JNLP environment.
JNLPProxySelector A ProxySelector specific to JNLPs.
JNLPRuntime Configure and access the runtime environment.
PacEvaluatorFactory  
RhinoBasedPacEvaluator Represents a Proxy Auto Config file.
Translator Utility class to provide simple methods to help localize messages
 

Package net.sourceforge.jnlp.runtime Description

This package contains the classes that manage the secure runtime environment for JNLP apps.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


IcedTea-Web
NetX

Submit a bug or feature