See: Description
| Interface | Description |
|---|---|
| PacEvaluator |
This interface represents an object which can evaluate Proxy Auto Config
files.
|
| Class | Description |
|---|---|
| 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.
|
| 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.
|
| ManageJnlpResources | |
| PacEvaluatorFactory | |
| RhinoBasedPacEvaluator |
Represents a Proxy Auto Config file.
|
| Translator |
Utility class to provide simple methods to help localize messages
|
| Enum | Description |
|---|---|
| JNLPClassLoader.DownloadAction |
Actions to specify how cache is to be managed
|