Package | Description |
---|---|
org.apache.catalina.connector | |
org.apache.catalina.util | |
org.apache.coyote.ajp | |
org.apache.coyote.http11 | |
org.apache.tomcat.util.buf |
Buffers and Encodings
|
Modifier and Type | Field and Description |
---|---|
protected CharChunk |
Response.redirectURLCC
Recyclable buffer to hold the redirect URL.
|
Modifier and Type | Method and Description |
---|---|
static void |
Base64.decode(ByteChunk base64DataBC,
CharChunk decodedDataCC)
Decodes Base64 data into octects
|
Modifier and Type | Method and Description |
---|---|
void |
AjpMessage.appendCharChunk(CharChunk cc)
Write a CharChunk out at the current write position.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InternalOutputBuffer.write(CharChunk cc)
This method will write the contents of the specyfied char
buffer to the output stream, without filtering.
|
protected void |
AbstractInternalOutputBuffer.write(CharChunk cc)
This method will write the contents of the specyfied char buffer to the
output stream, without filtering.
|
protected void |
InternalAprOutputBuffer.write(CharChunk cc)
This method will write the contents of the specyfied char
buffer to the output stream, without filtering.
|
Modifier and Type | Method and Description |
---|---|
CharChunk |
UEncoder.encodeURL(String s,
int start,
int end)
URL Encode string, using a specified encoding.
|
CharChunk |
MessageBytes.getCharChunk()
Returns the char chunk, representing the char[] and offset/length.
|
CharChunk |
CharChunk.getClone() |
Modifier and Type | Method and Description |
---|---|
void |
CharChunk.append(CharChunk src) |
protected static int |
StringCache.compare(CharChunk name,
char[] compareTo)
Compare given char chunk with char array.
|
void |
B2CConverter.convert(ByteChunk bc,
CharChunk cc)
Convert the given bytes to characters.
|
void |
UTF8Decoder.convert(ByteChunk mb,
CharChunk cb) |
void |
UDecoder.convert(CharChunk mb)
In-buffer processing - the buffer will be modified
Includes converting '+' to ' '.
|
void |
UDecoder.convert(CharChunk mb,
boolean query)
In-buffer processing - the buffer will be modified
|
void |
C2BConverter.convert(CharChunk cc,
ByteChunk bc)
Convert the given characters to bytes.
|
boolean |
CharChunk.equals(CharChunk cc) |
boolean |
ByteChunk.equals(CharChunk cc) |
protected static String |
StringCache.find(CharChunk name)
Find an entry given its name in the cache and return the associated String.
|
protected static int |
StringCache.findClosest(CharChunk name,
StringCache.CharEntry[] array,
int len)
Find an entry given its name in a sorted array of map elements.
|
int |
CharChunk.substract(CharChunk src) |
static String |
StringCache.toString(CharChunk cc) |
protected void |
UEncoder.urlEncode(CharChunk out,
ByteChunk bb) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.