Uses of Class
org.glassfish.grizzly.web.container.util.http.MimeHeaders

Packages that use MimeHeaders
org.glassfish.grizzly.web   
org.glassfish.grizzly.web.container   
org.glassfish.grizzly.web.container.http11   
org.glassfish.grizzly.web.container.util.http   
 

Uses of MimeHeaders in org.glassfish.grizzly.web
 

Methods in org.glassfish.grizzly.web 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 org.glassfish.grizzly.web.container
 

Fields in org.glassfish.grizzly.web.container declared as MimeHeaders
protected  MimeHeaders Response.headers
          Response headers.
 

Methods in org.glassfish.grizzly.web.container that return MimeHeaders
 MimeHeaders Request.getMimeHeaders()
           
 MimeHeaders Response.getMimeHeaders()
           
 

Uses of MimeHeaders in org.glassfish.grizzly.web.container.http11
 

Fields in org.glassfish.grizzly.web.container.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.glassfish.grizzly.web.container.util.http
 

Methods in org.glassfish.grizzly.web.container.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.glassfish.grizzly.web.container.util.http with parameters of type MimeHeaders
Cookies(MimeHeaders headers)
          Construct a new cookie collection, that will extract the information from headers.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.