Uses of Class
com.predic8.membrane.core.http.cookie.StringCache.ByteEntry
Packages that use StringCache.ByteEntry
-
Uses of StringCache.ByteEntry in com.predic8.membrane.core.http.cookie
Fields in com.predic8.membrane.core.http.cookie declared as StringCache.ByteEntryModifier and TypeFieldDescriptionprotected static StringCache.ByteEntry[]StringCache.bcCacheCache for byte chunk.Fields in com.predic8.membrane.core.http.cookie with type parameters of type StringCache.ByteEntryModifier and TypeFieldDescriptionprotected static HashMap<StringCache.ByteEntry,int[]> StringCache.bcStatsStatistics hash map for byte chunk.Methods in com.predic8.membrane.core.http.cookie with parameters of type StringCache.ByteEntryModifier and TypeMethodDescriptionprotected static final intStringCache.findClosest(ByteChunk name, StringCache.ByteEntry[] array, int len) Find an entry given its name in a sorted array of map elements.