Package | Description |
---|---|
org.apache.coyote | |
org.apache.coyote.http11 | |
org.apache.tomcat.util.http |
Special utils for handling HTTP-specific entities - headers, parameters,
cookies, etc.
|
Modifier and Type | Field and Description |
---|---|
protected MimeHeaders |
Response.headers
Response headers.
|
Modifier and Type | Method and Description |
---|---|
MimeHeaders |
Response.getMimeHeaders() |
MimeHeaders |
Request.getMimeHeaders() |
Modifier and Type | Field and Description |
---|---|
protected MimeHeaders |
InternalInputBuffer.headers
Headers of the associated request.
|
protected MimeHeaders |
AbstractInternalInputBuffer.headers
Headers of the associated request.
|
protected MimeHeaders |
InternalAprOutputBuffer.headers
Headers of the associated request.
|
protected MimeHeaders |
InternalAprInputBuffer.headers
Headers of the associated request.
|
protected MimeHeaders |
InternalOutputBuffer.headers
Headers of the associated request.
|
protected MimeHeaders |
AbstractInternalOutputBuffer.headers
Headers of the associated request.
|
Modifier and Type | Method and Description |
---|---|
MimeHeaders |
BaseRequest.headers()
Get this request's headers
|
Modifier and Type | Method and Description |
---|---|
void |
Cookies.processCookies(MimeHeaders headers)
Add all Cookie found in the headers of a request.
|
Constructor and Description |
---|
Cookies(MimeHeaders headers)
Construct a new cookie collection, that will extract
the information from headers.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.