Package | Description |
---|---|
org.apache.catalina.connector | |
org.apache.tomcat.util.http.mapper |
Modifier and Type | Field and Description |
---|---|
protected MappingData |
Request.mappingData
Mapping data.
|
Modifier and Type | Method and Description |
---|---|
MappingData |
Request.getMappingData()
Return mapping data.
|
Modifier and Type | Method and Description |
---|---|
void |
Mapper.map(MessageBytes uri,
MappingData mappingData)
Map the specified URI relative to the context,
mutating the given mapping data.
|
void |
Mapper.map(MessageBytes host,
MessageBytes uri,
MappingData mappingData)
Map the specified host name and URI, mutating the given mapping data.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.