| Package | Description |
|---|---|
| com.predic8.membrane.core.http.cookie |
| Modifier and Type | Method and Description |
|---|---|
ByteChunk |
MessageBytes.getByteChunk() |
ByteChunk |
ByteChunk.getClone()
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ByteChunk.append(ByteChunk src) |
protected static int |
StringCache.compare(ByteChunk name,
byte[] compareTo)
Compare given byte chunk with byte array.
|
boolean |
ByteChunk.equals(ByteChunk bb) |
protected static String |
StringCache.find(ByteChunk name)
Find an entry given its name in the cache and return the associated
String.
|
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.
|
int |
ByteChunk.substract(ByteChunk src)
Deprecated.
Unused. Will be removed in Tomcat 8.0.x onwards.
|
static String |
StringCache.toString(ByteChunk bc) |
Copyright © 2022. All Rights Reserved.