| 程序包 | 说明 |
|---|---|
| org.apache.mina.filter.buffer | |
| org.apache.mina.util |
Miscellaneous utility classes
|
| 类和说明 |
|---|
| LazyInitializedCacheMap
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 an
IoBuffer for example. |
| LazyInitializer
An abstract class which provides semantics for an object which will be only
fully initialized when requested to.
|
| 类和说明 |
|---|
| ExceptionMonitor
Monitors uncaught exceptions.
|
| ExpirationListener
A listener for expired object events.
|
| ExpiringMap.Expirer
A Thread that monitors an
ExpiringMap and will remove
elements that have passed the threshold. |
| LazyInitializer
An abstract class which provides semantics for an object which will be only
fully initialized when requested to.
|
| MapBackedSet
A
Map-backed Set. |