| Package | Description |
|---|---|
| org.xmpp.packet | |
| org.xmpp.util |
| Modifier and Type | Field and Description |
|---|---|
static com.github.benmanes.caffeine.cache.Cache<String,ValueWrapper<String>> |
JID.DOMAINPREP_CACHE |
static com.github.benmanes.caffeine.cache.Cache<String,ValueWrapper<String>> |
JID.NODEPREP_CACHE |
static com.github.benmanes.caffeine.cache.Cache<String,ValueWrapper<String>> |
JID.RESOURCEPREP_CACHE |
| Modifier and Type | Method and Description |
|---|---|
static int |
JIDWeigher.sizeOfValueWrapper(ValueWrapper<String> value)
Returns the size in bytes of a String.
|
int |
JIDWeigher.weigh(@NonNull String key,
@NonNull ValueWrapper<String> value)
Returns the weight of a cache entry.
|
Copyright © 2009–2020 Ignite Realtime. All rights reserved.