Uses of Class
org.apache.tomcat.util.http.MimeHeaders

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 Response.headers
           
protected  MimeHeaders Request.headers
           
 

Methods in org.apache.tomcat.core that return MimeHeaders
 MimeHeaders Response.getMimeHeaders()
           
 MimeHeaders Request.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
 MessageBytes Ajp13Packet.addHeader(MimeHeaders headers)
           
 void Ajp13.sendHeaders(int status, MimeHeaders headers)
          Send the HTTP headers back to the web server and on to the browser.
 

Uses of MimeHeaders in org.apache.tomcat.util.http
 

Methods in org.apache.tomcat.util.http that return MimeHeaders
 MimeHeaders BaseRequest.headers()
          Get this request's headers
 

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.
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.