Uses of Class
org.glassfish.grizzly.web.container.http11.GrizzlyRequest

Packages that use GrizzlyRequest
org.glassfish.grizzly.web.container.http11   
 

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

Fields in org.glassfish.grizzly.web.container.http11 declared as GrizzlyRequest
protected  GrizzlyRequest GrizzlyResponse.request
          The request with which this response is associated.
 

Methods in org.glassfish.grizzly.web.container.http11 that return GrizzlyRequest
 GrizzlyRequest GrizzlyResponse.getRequest()
          Return the Request with which this Response is associated.
 

Methods in org.glassfish.grizzly.web.container.http11 with parameters of type GrizzlyRequest
 void GrizzlyAdapter.afterService(GrizzlyRequest request, GrizzlyResponse response)
          Once the GrizzlyAdapter.service(org.glassfish.grizzly.web.container.Request, org.glassfish.grizzly.web.container.Response) method has been execyuted, the container will call this method to allow any extension to clean up there associated GrizzlyRequest and GrizzlyResponse.
 void GrizzlyAdapterChain.service(GrizzlyRequest request, GrizzlyResponse response)
          Map the GrizzlyRequest to the proper GrizzlyAdapter
abstract  void GrizzlyAdapter.service(GrizzlyRequest request, GrizzlyResponse response)
          This method should contains the logic for any http extension to the Grizzly HTTP Webserver.
 void GrizzlyResponse.setRequest(GrizzlyRequest request)
          Set the Request with which this Response is associated.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.