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

Packages that use MimeHeaders
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.handlers   
org.apache.coyote   
org.apache.coyote.http11   
org.apache.tomcat.util.http Special utils for handling HTTP-specific entities - headers, parameters, cookies, etc. 
 

Uses of MimeHeaders in com.sun.enterprise.web.connector.grizzly
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type MimeHeaders
 void FileCache.add(String mappedServlet, String baseDir, String requestURI, MimeHeaders headers, boolean xPoweredBy)
          Add a resource to the cache.
 

Uses of MimeHeaders in com.sun.enterprise.web.connector.grizzly.handlers
 

Methods in com.sun.enterprise.web.connector.grizzly.handlers that return MimeHeaders
protected  MimeHeaders NoParsingHandler.getHeaders(Request request)
           
 

Uses of MimeHeaders in org.apache.coyote
 

Fields in org.apache.coyote declared as MimeHeaders
protected  MimeHeaders Response.headers
          Response headers.
 

Methods in org.apache.coyote that return MimeHeaders
 MimeHeaders Request.getMimeHeaders()
           
 MimeHeaders Response.getMimeHeaders()
           
 

Uses of MimeHeaders in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as MimeHeaders
protected  MimeHeaders InternalInputBuffer.headers
          Headers of the associated request.
protected  MimeHeaders InternalOutputBuffer.headers
          Headers of the associated request.
 

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 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)
           
 

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 © 2005-2015 Oracle Corporation. All Rights Reserved.