Uses of Class
org.glassfish.grizzly.http.util.StringCache.ByteEntry

Packages that use StringCache.ByteEntry
org.glassfish.grizzly.http.util   
 

Uses of StringCache.ByteEntry in org.glassfish.grizzly.http.util
 

Fields in org.glassfish.grizzly.http.util declared as StringCache.ByteEntry
protected static StringCache.ByteEntry[] StringCache.bcCache
          Cache for byte chunk.
 

Fields in org.glassfish.grizzly.http.util with type parameters of type StringCache.ByteEntry
protected static HashMap<StringCache.ByteEntry,int[]> StringCache.bcStats
          Statistics hash map for byte chunk.
 

Methods in org.glassfish.grizzly.http.util with parameters of type StringCache.ByteEntry
protected static int StringCache.findClosest(ByteChunk name, StringCache.ByteEntry[] array, int len)
          Find an entry given its name in a sorted array of map elements.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.