See: Description
Interface | Description |
---|---|
ClassLoaderFactory |
This class is used to define a proper class loading strategy for the target
platform and to obtain a functional weak code mobility at the RMI protocol
level.
|
Class | Description |
---|---|
BasicCodeServer |
Implements a very basic and simple HTTP server that recognizes the GET method
only.
|
URLClassLoaderFactory |
This class is the default implementation of the
ClassLoaderFactory
interface that creates URLClassLoader instances that are fully
supported on standard Java Virtual Machines. |
ClassLoaderFactory
.