Package | Description |
---|---|
org.apache.mina.filter.buffer | |
org.apache.mina.util |
Miscellaneous utility classes
|
Modifier and Type | Class | Description |
---|---|---|
class |
IoBufferLazyInitializer |
An
LazyInitializer implementation that initializes an
IoBuffer only when needed. |
Modifier and Type | Class | 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 | Description |
---|---|---|
Collection<LazyInitializer<V>> |
LazyInitializedCacheMap.getValues() |
Modifier and Type | Method | 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 | 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–2018 Apache MINA Project. All rights reserved.