| Package | Description |
|---|---|
| org.apache.mina.filter.buffer | |
| org.apache.mina.util |
Miscellaneous utility classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
IoBufferLazyInitializer
An
LazyInitializer implementation that initializes an
IoBuffer only when needed. |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyInitializedCacheMap.NoopInitializer
This class provides a noop
LazyInitializer meaning it
will return the same object it received when instantiated. |
| Modifier and Type | Method and Description |
|---|---|
Collection<LazyInitializer<V>> |
LazyInitializedCacheMap.getValues() |
| Modifier and Type | Method and Description |
|---|---|
V |
LazyInitializedCacheMap.putIfAbsent(K key,
LazyInitializer<V> value)
If the specified key is not already associated
with a value, associate it with the given value.
|
| Constructor and Description |
|---|
LazyInitializedCacheMap(ConcurrentHashMap<K,LazyInitializer<V>> map)
This constructor allows to provide a fine tuned
ConcurrentHashMap
to stick with each special case the user needs. |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.