Package org.apache.mina.util
package org.apache.mina.util
Miscellaneous utility classes
-
ClassDescriptionFinds currently available server ports.Provides Base64 encoding and decoding as defined by RFC 2045.A unbounded circular queue based on array.A
ConcurrentHashMap-backedSet.CopyOnWriteMap<K,V> A thread-safe version ofMapin which all operations that change the Map are implemented by making a new copy of the underlying Map.A Thread Factory that creates Daemon threadsA defaultExceptionMonitorimplementation that logs uncaught exceptions usingLogger.Monitors uncaught exceptions.A listener for expired object events.ExpiringMap<K,V> A map with expiration.AnIdentityHashMap-backedSet.This map is specially useful when reads are much more frequent than writes and if the cost of instantiating the values is high like allocating anIoBufferfor example.An abstract class which provides semantics for an object which will be only fully initialized when requested to.Implementation ofFormatterthat generates xml in the log4j format.MapBackedSet<E>A decorator that makes the specifiedQueuethread-safe.Utility class for working with xml data Implementation is heavily based on org.apache.log4j.helpers.Transform