Skip navigation links
IcedTea-Web
NetX
A B C D E F G H I J K L M N O P R S T U V W X 

C

CACHE_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
 
CACHE_INDEX_FILE_NAME - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
 
CACHED - Static variable in interface javax.jnlp.PersistenceService
 
CachedDaemonThreadPoolProvider - Class in net.sourceforge.jnlp.cache
 
CachedDaemonThreadPoolProvider() - Constructor for class net.sourceforge.jnlp.cache.CachedDaemonThreadPoolProvider
 
CacheDirectory - Class in net.sourceforge.jnlp.cache
 
CacheEntry - Class in net.sourceforge.jnlp.cache
Describes an entry in the cache.
CacheEntry(URL, Version) - Constructor for class net.sourceforge.jnlp.cache.CacheEntry
Create a CacheEntry for the resources specified as a remote URL.
CacheLRUWrapper - Class in net.sourceforge.jnlp.cache
This class helps maintain the ordering of most recently use items across multiple jvm instances.
CacheLRUWrapper() - Constructor for class net.sourceforge.jnlp.cache.CacheLRUWrapper
 
CacheLRUWrapper(InfrastructureFileDescriptor, InfrastructureFileDescriptor) - Constructor for class net.sourceforge.jnlp.cache.CacheLRUWrapper
testing constructor
CachePane - Class in net.sourceforge.jnlp.controlpanel
 
CachePane(JDialog, DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.CachePane
Creates a new instance of the CachePane.
CacheUtil - Class in net.sourceforge.jnlp.cache
Provides static methods to interact with the cache, download indicator, and other utility methods.
CacheUtil() - Constructor for class net.sourceforge.jnlp.cache.CacheUtil
 
CacheViewer - Class in net.sourceforge.jnlp.controlpanel
This class will provide a visual way of viewing cache.
CacheViewer(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.CacheViewer
Creates a new instance of the cache viewer.
CALLER_ALLOWABLE - Static variable in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
 
canRead() - Method in interface javax.jnlp.FileContents
 
canWrite() - Method in interface javax.jnlp.FileContents
 
centerWindowsToCurrentScreen(Window) - Static method in class net.sourceforge.jnlp.util.ScreenFinder
 
certificate - Variable in class net.sourceforge.jnlp.security.SecurityDialogMessage
 
CertificatePane - Class in net.sourceforge.jnlp.security.viewer
 
CertificatePane(JDialog) - Constructor for class net.sourceforge.jnlp.security.viewer.CertificatePane
 
CertificateUtils - Class in net.sourceforge.jnlp.security
Common utilities to manipulate certificates.
CertificateUtils() - Constructor for class net.sourceforge.jnlp.security.CertificateUtils
 
CertificateViewer - Class in net.sourceforge.jnlp.security.viewer
 
CertificateViewer() - Constructor for class net.sourceforge.jnlp.security.viewer.CertificateViewer
 
CertInformation - Class in net.sourceforge.jnlp.tools
Maintains information about a CertPath that has signed at least one of the entries provided by a jar of the app.
CertInformation() - Constructor for class net.sourceforge.jnlp.tools.CertInformation
 
CertVerifier - Interface in net.sourceforge.jnlp.security
An interface that provides various details about certificates of an app.
certVerifier - Variable in class net.sourceforge.jnlp.security.SecurityDialogMessage
 
changedUpdate(DocumentEvent) - Method in class net.sourceforge.jnlp.controlpanel.DocumentAdapter
 
changeStatus(Collection<Resource.Status>, Collection<Resource.Status>) - Method in class net.sourceforge.jnlp.cache.Resource
Changes the status by clearing the flags in the first parameter and setting the flags in the second.
checkAccess(SecurityDialogs.AccessType, Object...) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns whether the app requesting a JNLP service has the right permissions.
checkAccess(ApplicationInstance, SecurityDialogs.AccessType, Object...) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Returns whether the app requesting a JNLP service has the right permissions.
checkAndFixConfiguration(Map<String, Setting<String>>) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
Check that the configuration is valid.
checkCDATA(StringBuffer) - Method in class net.sourceforge.nanoxml.XMLElement
Scans a special tag and if the tag is a CDATA section, append its content to buf.
checkClientTrusted(X509Certificate[], String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
 
checkExistingSingleInstance(JNLPFile) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
Checks that this application (represented by the jnlp) isnt already running
checkForAttributeInJars(List<JARDesc>, Attributes.Name) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
* Checks for the jar that contains the attribute.
checkLiteral(String) - Method in class net.sourceforge.nanoxml.XMLElement
Scans the data for literal text.
checkResource(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
Returns whether a resource is available for use (ie, can be accessed with the getCacheFile method).
checkServerTrusted(X509Certificate[], String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
 
checkSingleInstanceRunning(JNLPFile) - Method in class net.sourceforge.jnlp.services.XSingleInstanceService
Check if another instance of this application is already running
checkTrustClient(X509Certificate[], String, String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
Check if client is trusted (no support for custom here, only system/user)
checkTrustedCertsFile() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
Checks the user's home directory to see if the trusted.certs file exists.
checkTrustServer(X509Certificate[], String, String, SSLSocket, SSLEngine) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
Check if the server is trusted.
checkTrustWithUser(JNLPClassLoader.SecurityDelegate, JarCertVerifier, JNLPFile) - Method in interface net.sourceforge.jnlp.security.AppVerifier
Prompt the user with requests for trusting the certificates used by this app
checkTrustWithUser(JNLPClassLoader.SecurityDelegate, JarCertVerifier, JNLPFile) - Method in class net.sourceforge.jnlp.security.JNLPAppVerifier
 
checkTrustWithUser(JNLPClassLoader.SecurityDelegate, JarCertVerifier, JNLPFile) - Method in class net.sourceforge.jnlp.security.PluginAppVerifier
 
checkTrustWithUser(JNLPClassLoader.SecurityDelegate, JNLPFile) - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
 
CLASS - Static variable in interface javax.jnlp.DownloadService2
 
ClassFinder - Class in net.sourceforge.jnlp.controlpanel
utility class to find any Interface implementing classes in netx/icedtea-web
ClassFinder() - Constructor for class net.sourceforge.jnlp.controlpanel.ClassFinder
 
ClasspathMatcher - Class in net.sourceforge.jnlp.util
 
ClasspathMatcher.ClasspathMatchers - Class in net.sourceforge.jnlp.util
 
ClasspathMatchers(ArrayList<ClasspathMatcher>, boolean) - Constructor for class net.sourceforge.jnlp.util.ClasspathMatcher.ClasspathMatchers
 
clean(String) - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
Remove garbage from paths.
cleanCache() - Static method in class net.sourceforge.jnlp.cache.CacheUtil
This will remove all old cache items.
cleanDir(File) - Static method in class net.sourceforge.jnlp.cache.CacheDirectory
Removes empty folders in the current directory.
cleanParent(DirectoryNode) - Static method in class net.sourceforge.jnlp.cache.CacheDirectory
This will recursively remove the parent folders if they are empty.
cleanupTemporaryFolder() - Method in class net.sourceforge.jnlp.cache.NativeLibraryStorage
Clean up our temporary folder if we created one.
clear() - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
 
clear() - Method in class net.sourceforge.jnlp.util.TimedHashMap
 
clearCache() - Static method in class net.sourceforge.jnlp.cache.CacheUtil
Clears the cache by deleting all the Netx cache files Note: Because of how our caching system works, deleting jars of another javaws process is using them can be quite disasterous.
ClipboardService - Interface in javax.jnlp
 
close() - Method in interface javax.jnlp.JNLPRandomAccessFile
 
close() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
 
closeSilently(Closeable) - Static method in class net.sourceforge.jnlp.util.StreamUtils
Closes a stream, without throwing IOException.
codeBase - Variable in class net.sourceforge.jnlp.JNLPFile
the URL used to resolve relative URLs in the file
CODEBASE - Static variable in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
 
CodeBaseClassLoader(URL[], JNLPClassLoader) - Constructor for class net.sourceforge.jnlp.runtime.JNLPClassLoader.CodeBaseClassLoader
 
codeBaseLookup() - Method in class net.sourceforge.jnlp.PluginBridge
 
ComboItem - Class in net.sourceforge.jnlp.controlpanel
This is to be used with combobox items.
ComboItem(String, String) - Constructor for class net.sourceforge.jnlp.controlpanel.ComboItem
Create a new instance of combobox items.
CommandLine - Class in net.sourceforge.jnlp.controlpanel
Encapsulates a command line interface to the deployment configuration.
CommandLine(OptionParser) - Constructor for class net.sourceforge.jnlp.controlpanel.CommandLine
Creates a new instance
compare(String, String) - Method in class net.sourceforge.jnlp.Version
Compares two parts of a version string, by value if both can be interpreted as integers or lexically otherwise.
compile(String) - Static method in class net.sourceforge.jnlp.util.ClasspathMatcher.ClasspathMatchers
space separated list of ClasspathMatcher source strings
compile(String, boolean) - Static method in class net.sourceforge.jnlp.util.ClasspathMatcher.ClasspathMatchers
 
compile(String) - Static method in class net.sourceforge.jnlp.util.ClasspathMatcher
 
component - Variable in class net.sourceforge.jnlp.JNLPFile
the component description
ComponentDesc - Class in net.sourceforge.jnlp
The component-desc element.
ComponentDesc() - Constructor for class net.sourceforge.jnlp.ComponentDesc
Create a component descriptor.
ConfiguratonValidator - Class in net.sourceforge.jnlp.config
Validates a DeploymentConfiguration by identifying settings with unrecognized names or incorrect values.
ConfiguratonValidator(Map<String, Setting<String>>) - Constructor for class net.sourceforge.jnlp.config.ConfiguratonValidator
 
connectFailed(URI, SocketAddress, IOException) - Method in class net.sourceforge.jnlp.runtime.JNLPProxySelector
ConnectionFactory - Class in net.sourceforge.jnlp.security
 
ConnectionFactory() - Constructor for class net.sourceforge.jnlp.security.ConnectionFactory
 
CONSOLE_DISABLE - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
when set to as value of KEY_CONSOLE_STARTUP_MODE = "deployment.console.startup.mode", then console is not visible by default, nop data are passed to it (save memory and cpu) but can not be shown
CONSOLE_HIDE - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
when set to as value of KEY_CONSOLE_STARTUP_MODE = "deployment.console.startup.mode", then console is not visible by default, but may be shown
CONSOLE_SHOW - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
when set to as value of KEY_CONSOLE_STARTUP_MODE = "deployment.console.startup.mode", then console show for both javaws and plugin
CONSOLE_SHOW_JAVAWS - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
when set to as value of KEY_CONSOLE_STARTUP_MODE = "deployment.console.startup.mode", then console show for javaws
CONSOLE_SHOW_PLUGIN - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
when set to as value of KEY_CONSOLE_STARTUP_MODE = "deployment.console.startup.mode", then console show for plugin
consumeAndCloseConnection(HttpURLConnection) - Static method in class net.sourceforge.jnlp.util.HttpUtils
Ensure a HttpURLConnection is fully read, required for correct behavior
consumeAndCloseConnectionSilently(HttpURLConnection) - Static method in class net.sourceforge.jnlp.util.HttpUtils
Ensure a HttpURLConnection is fully read, required for correct behavior.
containsKey(String) - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
 
containsKey(Object) - Method in class net.sourceforge.jnlp.util.TimedHashMap
 
containsValue(String) - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
 
containsValue(Object) - Method in class net.sourceforge.jnlp.util.TimedHashMap
 
ControlPanel - Class in net.sourceforge.jnlp.controlpanel
This is the control panel for Java.
ControlPanel(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.ControlPanel
Creates a new instance of the ControlPanel.
copyStream(InputStream, OutputStream) - Static method in class net.sourceforge.jnlp.util.StreamUtils
Copy an input stream's contents into an output stream.
copyTo(Properties) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
Copies the current configuration into the target
correctPermissions - Variable in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResult
 
countChildren() - Method in class net.sourceforge.nanoxml.XMLElement
 
create(URL, long) - Method in interface javax.jnlp.PersistenceService
 
create(URL, Version, ParserSettings, UpdatePolicy, URL) - Method in class net.sourceforge.jnlp.JNLPCreator
 
CREATE_ALWAYS - Static variable in class net.sourceforge.jnlp.ShortcutDesc
Always create a shortcut
CREATE_ALWAYS_IF_HINTED - Static variable in class net.sourceforge.jnlp.ShortcutDesc
Create a desktop shortcut without prompting if the jnlp asks for it
CREATE_ASK_USER - Static variable in class net.sourceforge.jnlp.ShortcutDesc
Always ask user whether to create a shortcut
CREATE_ASK_USER_IF_HINTED - Static variable in class net.sourceforge.jnlp.ShortcutDesc
Ask user whether to create a shortcut but only if jnlp file asks for it
CREATE_NEVER - Static variable in class net.sourceforge.jnlp.ShortcutDesc
Never create a shortcut
createAnotherElement() - Method in class net.sourceforge.nanoxml.XMLElement
Creates a new similar XML element.
createApplet(JNLPFile, boolean, Container) - Method in class net.sourceforge.jnlp.Launcher
Create an AppletInstance.
createAppletObject(JNLPFile, boolean, Container) - Method in class net.sourceforge.jnlp.Launcher
Creates an Applet object from a JNLPFile.
createAppletThread() - Method in class net.sourceforge.jnlp.NetxPanel
Creates a new Thread (in a new applet-specific ThreadGroup) for running the applet
createAppletThread() - Method in class sun.applet.AppletViewerPanelAccess
 
createApplication(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
Creates an Application.
createDesktopShortcuts(AccessWarningPaneComplexReturn.ShortcutResult, AccessWarningPaneComplexReturn.ShortcutResult, boolean) - Method in class net.sourceforge.jnlp.util.XDesktopEntry
Create a desktop shortcut for this desktop entry
createDownloadIndicatorWindow(boolean) - Static method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
 
createJnlpTitle() - Method in class net.sourceforge.jnlp.JNLPFile
 
createJnlpTitleValue() - Method in class net.sourceforge.jnlp.JNLPFile
 
createJnlpVendor() - Method in class net.sourceforge.jnlp.JNLPFile
 
createJnlpVendorValue() - Method in class net.sourceforge.jnlp.JNLPFile
 
createNewAppContext() - Method in class net.sourceforge.jnlp.NetxPanel
 
createParentDir(File, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
Tries to create the ancestor directories of file f.
createParentDir(File) - Static method in class net.sourceforge.jnlp.util.FileUtils
Tries to create the ancestor directories of file f.
createRestrictedDirectory(File) - Static method in class net.sourceforge.jnlp.util.FileUtils
Creates a new directory with minimum permissions.
createRestrictedFile(File, boolean) - Static method in class net.sourceforge.jnlp.util.FileUtils
Creates a new file with minimum permissions.
createThreadGroup(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
Create a thread group for the JNLP file.
CUSTOM_CLASS_PATH_PROPERTY - Static variable in class net.sourceforge.jnlp.controlpanel.ClassFinder
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links
IcedTea-Web
NetX

Submit a bug or feature