| 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 |
Request.getMimeHeaders() |
MimeHeaders |
Response.getMimeHeaders() |
| Modifier and Type | Field and Description |
|---|---|
protected MimeHeaders |
InternalInputBuffer.headers
Headers of the associated request.
|
protected MimeHeaders |
InternalOutputBuffer.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.
|
void |
Cookies.setHeaders(MimeHeaders headers)
Set the headers from which cookies will be pulled.
|
void |
Parameters.setHeaders(MimeHeaders headers) |
| Constructor and Description |
|---|
Cookies(MimeHeaders headers)
Construct a new cookie collection, that will extract
the information from headers.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.