|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Resoa util classes Here you find some helper classes, the Resoa framework uses.
See:
Description
| Interface Summary | |
|---|---|
| ManagedQueue.OnRemoveCallback<T> | Implement this interface by adding you remove logic |
| ResoaClassLoader.RefreshListener | Interface for registering refresh listeners |
| Class Summary | |
|---|---|
| Base32 | Base32 Encoding stuff |
| Base64 | Encodes and decodes to and from Base64 notation. |
| Base64.InputStream | A Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream | A Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| BigIntegerUtils | BigInteger Utils |
| BitUtils | set or test the activation of bits within an integer or byte |
| ByteBuffer | Wraps a java.nio.ByteBuffer with additional functionality for Resoa protocol stack processing. |
| ByteBufferUtils | Helper functions for conversion of unsigned bytes to integer |
| CompressionUtils | A helper class for compressing and decompressing content by GZIP |
| FileUtils | File utilities |
| IDGenerator | Used for generation random/unique byte sequence IDs. |
| JAXBHandler | JAXBHandler provides threadsafe services for object to xml marshalling and reverse. |
| JVMSystemMonitor | JVMSystemMonitor class provides centralized monitoring service. |
| LogMessage | Util class for logging |
| ManagedQueue<T> | This class manages a thread safe, strictly typed FIFO queue, which protects for memory overflow. |
| PasswordUtil | Some helper stuff around password management |
| ResoaClassLoader | ResoaClassLoader is an extension of the java.lang.Classloader providing access to external jar resources, without need to put these on classpath on JRE startup. |
| ResoaRunner | Runs a console or Daemon application within an ResoaClassloader context. |
| Sanitizer | |
| ScriptGenerator | Helper class for runtime, Ant and Eclipse classpath configuration / script files, where all configured dependencies will be adapted automatically. |
| SFL4JHandler | This class acts as a slf4j logging handler for the java.util.logging API |
| SymCipher | AES key and encryption services, FOR INTERNAL USE ONLY |
| TimeoutMap<K,V> | A TimeoutMap is an extension of the Javolution FastMap, where entries are removed automatically if they run into an idle mode. |
| URLClassLoaderExt | Workaround for jdk disgrace with open jar files & native libs, which is a reason of locked, "undelete" files. |
| Enum Summary | |
|---|---|
| LogMessage.LogLevel | SLF4j LogLevels |
| PasswordUtil.PasswordStrength | Enumeration of different password strength |
| Priority | 8 Level priority, used within Resoa. |
Here you find some helper classes, the Resoa framework uses.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||