Package | Description |
---|---|
org.apache.catalina.connector | |
org.apache.tomcat.util.buf |
Buffers and Encodings
|
Modifier and Type | Field and Description |
---|---|
protected B2CConverter |
InputBuffer.conv
Current byte to char converter.
|
protected B2CConverter |
Request.URIConverter
URI byte to char converter (not recycled).
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,B2CConverter> |
InputBuffer.encoders
List of encoders.
|
Modifier and Type | Method and Description |
---|---|
protected B2CConverter |
Request.getURIConverter()
Return the URI converter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Request.setURIConverter(B2CConverter URIConverter)
Set the URI converter.
|
Modifier and Type | Class and Description |
---|---|
class |
UTF8Decoder
Moved from ByteChunk - code to convert from UTF8 bytes to chars.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.