Package org.kde.kjas.server

Interface Summary
KJASAppletRunnerListener An interface that should be implemented by classes that want to respond to messages sent by applets.
 

Class Summary
KJASAppletClassLoader ClassLoader used to download and instantiate Applets.
KJASAppletContext  
KJASAppletRunner Manages the running contexts and applets.
KJASAppletSecurityManager This is the example SecurityManager from Java Examples In A Nutshell (the SafeServer example).
KJASAppletStub The stub used by Applets to communicate with their environment.
KJASProtocolHandler Encapsulates the KJAS protocol.
Main