Uses of Class
org.glassfish.grizzly.http.util.ByteChunk
Packages that use ByteChunk
-
Uses of ByteChunk in org.glassfish.grizzly.http.util
Fields in org.glassfish.grizzly.http.util declared as ByteChunkMethods in org.glassfish.grizzly.http.util that return ByteChunkModifier and TypeMethodDescriptionC2BConverter.getByteChunk()DataChunk.getByteChunk()MessageBytes.getByteChunk()Returns the byte chunk, representing the byte[] and offset/length.ByteChunk.getClone()Methods in org.glassfish.grizzly.http.util with parameters of type ByteChunkModifier and TypeMethodDescriptionvoidprotected static intCompare given byte chunk with byte array.voidConvert a buffer of bytes into a charsvoidvoidDeprecated.voidvoidURLDecode, will modify the source.voidURLDecode theByteChunkstatic voidURLDecode theByteChunkstatic voidURLDecoder.decode(BufferChunk srcBufferChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) URLDecode theBufferChunkstatic voidURLDecode theByteChunkstatic voidURLDecoder.decode(ByteChunk srcByteChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) URLDecode theByteChunkstatic voidURLDecode theByteChunkbooleanbooleanCompares the message data to the specified ByteChunk.booleanDataChunk.equalsIgnoreCase(ByteChunk byteChunkToCheck) Compares the message data to the specified ByteChunk ignoring case considerations.protected static StringFind an entry given its name in the cache and return the associated String.protected static intStringCache.findClosest(ByteChunk name, StringCache.ByteEntry[] array, int len) Find an entry given its name in a sorted array of map elements.static C2BConverterC2BConverter.getInstance(ByteChunk output, String encoding) static DataChunkDataChunk.newInstance(ByteChunk byteChunk, BufferChunk bufferChunk, CharChunk charChunk, String stringValue) static booleanHttpRequestURIDecoder.normalizeBytes(ByteChunk bc) voidvoidC2BConverter.setByteChunk(ByteChunk bb) intstatic Stringstatic voidCookieParserUtils.unescapeDoubleQuotes(ByteChunk bc) Unescapes any double quotes in the given cookie value.Constructors in org.glassfish.grizzly.http.util with parameters of type ByteChunkModifierConstructorDescriptionC2BConverter(ByteChunk output, String encoding) Create a converter, with bytes going to a byte bufferprotectedDataChunk(ByteChunk byteChunk, BufferChunk bufferChunk, CharChunk charChunk, String stringValue)