Uses of Class
org.glassfish.grizzly.http.util.CharChunk
Packages that use CharChunk
-
Uses of CharChunk in org.glassfish.grizzly.http.util
Methods in org.glassfish.grizzly.http.util that return CharChunkModifier and TypeMethodDescriptionDataChunk.getCharChunk()MessageBytes.getCharChunk()Returns the char chunk, representing the char[] and offset/length.CharChunk.getClone()Methods in org.glassfish.grizzly.http.util with parameters of type CharChunkModifier and TypeMethodDescriptionvoidstatic booleanHttpRequestURIDecoder.checkNormalize(CharChunk uriCC) Check that the URI is normalized following character decoding.protected static intCompare given char chunk with char array.voidConvert a buffer of bytes into a charsvoidvoidDeprecated.voidvoidIn-buffer processing - the buffer will be modified Includes converting '+' to ' '.static voidIn-buffer processing - the buffer will be modifiedstatic voidURLDecode theCharChunkstatic voidURLDecode theCharChunkstatic voidURLDecoder.decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash, String enc) URLDecode theCharChunkstatic voidURLDecoder.decodeAscii(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) URLDecode theCharChunkbooleanbooleanbooleanCompares the message data to the specified CharChunk.booleanDataChunk.equalsIgnoreCase(CharChunk charChunkToCheck) Compares the message data to the specified CharChunk ignoring case considerations.protected static StringFind an entry given its name in the cache and return the associated String.protected static intStringCache.findClosest(CharChunk name, StringCache.CharEntry[] array, int len) Find an entry given its name in a sorted array of map elements.static DataChunkDataChunk.newInstance(ByteChunk byteChunk, BufferChunk bufferChunk, CharChunk charChunk, String stringValue) static booleanHttpRequestURIDecoder.normalizeChars(CharChunk uriCC) intstatic Stringstatic voidCookieParserUtils.unescapeDoubleQuotes(CharChunk cc) Unescapes any double quotes in the given cookie value.Constructors in org.glassfish.grizzly.http.util with parameters of type CharChunkModifierConstructorDescriptionprotectedDataChunk(ByteChunk byteChunk, BufferChunk bufferChunk, CharChunk charChunk, String stringValue)