| Interface | Description |
|---|---|
| HttpDownloadListener |
An interface for tracking progress of network operations provided by utility
classes.
|
| Class | Description |
|---|---|
| CodeGenerator |
An abstract code generator.
|
| HttpDownloader |
A base class from which various utility classes that provide easy means
of retrieving HTTP resources are derived.
|
| HttpDownloadListenerAdapter |
Empty adapter for
HttpDownloadListener |
| KeyValue<K,V> |
A simple key-value class.
|
| LoggingHttpDownloadListener |
An implementation of the http download listener interface, which just logs
the various call-back method invocations.
|
| PropertyChangeListener |
An implementation of
PropertyChangeListener used
to synchronise changes made to properties in UI components to the
PropertyChangeListener.bean java bean. |
| ReflectionUtility |
A utility class to handle common reflection tasks.
|
| SimpleAuthenticator |
A simple authenticator implementation for a specified
userName
and password combination. |
| SSLSocketFactory |
A wrapper around the standard
SSLSocketFactory to
return a custom TrustManager that unconditionally
accepts certificates presented by a SSL server. |
| TrustManager |
A
TrustManager implementation that automatically trusts
all SSL certificates presented by a server/client. |
Root of the SPT source code repository. Contains utility classes and base objects that may be reused across multiple sub-packages.