Uses of Class
com.sun.grizzly.util.http.MimeHeaders

Packages that use MimeHeaders
com.sun.grizzly.http   
com.sun.grizzly.tcp   
com.sun.grizzly.tcp.http11   
com.sun.grizzly.util.http   
 

Uses of MimeHeaders in com.sun.grizzly.http
 

Methods in com.sun.grizzly.http 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.grizzly.tcp
 

Fields in com.sun.grizzly.tcp declared as MimeHeaders
protected  MimeHeaders Response.headers
          Response headers.
 

Methods in com.sun.grizzly.tcp that return MimeHeaders
 MimeHeaders Request.getMimeHeaders()
           
 MimeHeaders Response.getMimeHeaders()
           
 

Uses of MimeHeaders in com.sun.grizzly.tcp.http11
 

Fields in com.sun.grizzly.tcp.http11 declared as MimeHeaders
protected  MimeHeaders InternalOutputBuffer.headers
          Headers of the associated request.
protected  MimeHeaders InternalInputBuffer.headers
          Headers of the associated request.
 

Uses of MimeHeaders in com.sun.grizzly.util.http
 

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



Copyright © 2010 SUN Microsystems. All Rights Reserved.