Uses of Class
org.glassfish.grizzly.http.util.BufferChunk
Packages that use BufferChunk
-
Uses of BufferChunk in org.glassfish.grizzly.http.util
Methods in org.glassfish.grizzly.http.util that return BufferChunkMethods in org.glassfish.grizzly.http.util with parameters of type BufferChunkModifier and TypeMethodDescriptionvoidBufferChunk.append(BufferChunk bc) static voidURLDecoder.decode(BufferChunk bufferChunk, boolean allowEncodedSlash) URLDecode theBufferChunkstatic voidURLDecoder.decode(BufferChunk srcBufferChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) URLDecode theBufferChunkstatic voidURLDecoder.decode(BufferChunk srcBufferChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) URLDecode theBufferChunkstatic voidURLDecoder.decode(ByteChunk srcByteChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) URLDecode theByteChunkbooleanDataChunk.equals(BufferChunk bufferChunkToCheck) Compares the message data to the specified BufferChunk.booleanDataChunk.equalsIgnoreCase(BufferChunk bufferChunkToCheck) Compares the message data to the specified BufferChunk ignoring case considerations.static DataChunkDataChunk.newInstance(ByteChunk byteChunk, BufferChunk bufferChunk, CharChunk charChunk, String stringValue) static booleanHttpRequestURIDecoder.normalizeBuffer(BufferChunk bc) voidCharChunk.set(BufferChunk bufferChunk, Charset encoding) SetBufferChunkcontent to CharChunk using givenCharset.static voidCookieParserUtils.unescapeDoubleQuotes(BufferChunk bc) Unescapes any double quotes in the given cookie value.Constructors in org.glassfish.grizzly.http.util with parameters of type BufferChunkModifierConstructorDescriptionprotectedDataChunk(ByteChunk byteChunk, BufferChunk bufferChunk, CharChunk charChunk, String stringValue)