|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeHeaders | |
org.apache.tomcat.core | Architecture |
org.apache.tomcat.modules.server | Interceptors that are used to connect with a web server, including the standalone http implementation. |
org.apache.tomcat.util.http | Special utils for handling HTTP-specific entities - headers, parameters, cookies, etc. |
Uses of MimeHeaders in org.apache.tomcat.core |
Fields in org.apache.tomcat.core declared as MimeHeaders | |
protected MimeHeaders |
Request.headers
|
protected MimeHeaders |
Response.headers
|
Methods in org.apache.tomcat.core that return MimeHeaders | |
MimeHeaders |
Request.getMimeHeaders()
|
MimeHeaders |
Response.getMimeHeaders()
|
Uses of MimeHeaders in org.apache.tomcat.modules.server |
Methods in org.apache.tomcat.modules.server with parameters of type MimeHeaders | |
int |
Http10.readHeaders(MimeHeaders headers)
Reads header fields from the specified servlet input stream until a blank line is encountered. |
boolean |
Http10.parseHeaderField(MimeHeaders headers,
byte[] b,
int off,
int len)
Parses a header field from a subarray of bytes. |
void |
Http10.sendHeaders(MimeHeaders headers)
Format and send the output headers |
void |
Ajp13.sendHeaders(int status,
MimeHeaders headers)
Send the HTTP headers back to the web server and on to the browser. |
MessageBytes |
Ajp13Packet.addHeader(MimeHeaders headers)
|
Uses of MimeHeaders in org.apache.tomcat.util.http |
Methods in org.apache.tomcat.util.http with parameters of type MimeHeaders | |
void |
Parameters.setHeaders(MimeHeaders headers)
|
void |
Cookies.setHeaders(MimeHeaders headers)
Set the headers from which cookies will be pulled. |
void |
Cookies.processCookies(MimeHeaders headers)
Add all Cookie found in the headers of a request. |
Constructors in org.apache.tomcat.util.http with parameters of type MimeHeaders | |
Cookies(MimeHeaders headers)
Construct a new cookie collection, that will extract the information from headers. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |