Uses of Class
org.xmpp.util.ValueWrapper
-
Packages that use ValueWrapper Package Description org.xmpp.packet org.xmpp.util -
-
Uses of ValueWrapper in org.xmpp.packet
Fields in org.xmpp.packet with type parameters of type ValueWrapper Modifier and Type Field Description static com.github.benmanes.caffeine.cache.Cache<String,ValueWrapper<String>>JID. DOMAINPREP_CACHEstatic com.github.benmanes.caffeine.cache.Cache<String,ValueWrapper<String>>JID. NODEPREP_CACHEstatic com.github.benmanes.caffeine.cache.Cache<String,ValueWrapper<String>>JID. RESOURCEPREP_CACHE -
Uses of ValueWrapper in org.xmpp.util
Methods in org.xmpp.util with parameters of type ValueWrapper Modifier and Type Method Description static intJIDWeigher. sizeOfValueWrapper(@Nullable ValueWrapper<String> value)Returns the size in bytes of a String.intJIDWeigher. weigh(String key, ValueWrapper<String> value)Returns the weight of a cache entry.
-