Uses of Class
com.sun.grizzly.tcp.http11.GrizzlyResponse

Packages that use GrizzlyResponse
com.sun.grizzly.cometd.standalone   
com.sun.grizzly.http.servlet   
com.sun.grizzly.http.servlet.deployer   
com.sun.grizzly.osgi.httpservice   
com.sun.grizzly.tcp.http11   
 

Uses of GrizzlyResponse in com.sun.grizzly.cometd.standalone
 

Methods in com.sun.grizzly.cometd.standalone with parameters of type GrizzlyResponse
 void CometdAdapter.service(GrizzlyRequest request, GrizzlyResponse response)
          Route the request to the cometd implementation.
 

Uses of GrizzlyResponse in com.sun.grizzly.http.servlet
 

Fields in com.sun.grizzly.http.servlet declared as GrizzlyResponse
protected  GrizzlyResponse HttpServletResponseImpl.response
          The wrapped response.
 

Methods in com.sun.grizzly.http.servlet with parameters of type GrizzlyResponse
 void ServletAdapter.afterService(GrizzlyRequest request, GrizzlyResponse response)
          Once the GrizzlyAdapter.service(com.sun.grizzly.tcp.Request, com.sun.grizzly.tcp.Response) method has been execyuted, the container will call this method to allow any extension to clean up there associated GrizzlyRequest and GrizzlyResponse.
 void ServletAdapter.customizeErrorPage(GrizzlyResponse response, String message, int errorCode)
          Customize the error page returned to the client.
 void ServletAdapter.doService(GrizzlyRequest request, GrizzlyResponse response)
           
 void ServletAdapter.service(GrizzlyRequest request, GrizzlyResponse response)
          This method should contains the logic for any http extension to the Grizzly HTTP Webserver.
 

Constructors in com.sun.grizzly.http.servlet with parameters of type GrizzlyResponse
HttpServletResponseImpl(GrizzlyResponse response)
          Construct a wrapper for the specified response.
 

Uses of GrizzlyResponse in com.sun.grizzly.http.servlet.deployer
 

Methods in com.sun.grizzly.http.servlet.deployer with parameters of type GrizzlyResponse
 void WebAppAdapter.service(GrizzlyRequest request, GrizzlyResponse response)
           
 

Uses of GrizzlyResponse in com.sun.grizzly.osgi.httpservice
 

Methods in com.sun.grizzly.osgi.httpservice with parameters of type GrizzlyResponse
 void OSGiMainAdapter.service(GrizzlyRequest request, GrizzlyResponse response)
          Service method dispatching to registered handlers.
 void OSGiResourceAdapter.service(GrizzlyRequest request, GrizzlyResponse response)
          This method should contains the logic for any http extension to the Grizzly HTTP Webserver.
 

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

Fields in com.sun.grizzly.tcp.http11 declared as GrizzlyResponse
protected  GrizzlyResponse GrizzlyRequest.response
          The response with which this request is associated.
 

Methods in com.sun.grizzly.tcp.http11 that return GrizzlyResponse
 GrizzlyResponse GrizzlyRequest.getResponse()
          Return the Response with which this Request is associated.
 

Methods in com.sun.grizzly.tcp.http11 with parameters of type GrizzlyResponse
 void GrizzlyAdapter.afterService(GrizzlyRequest request, GrizzlyResponse response)
          Once the GrizzlyAdapter.service(com.sun.grizzly.tcp.Request, com.sun.grizzly.tcp.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.afterService(GrizzlyRequest request, GrizzlyResponse response)
           
abstract  void GrizzlyAdapter.service(GrizzlyRequest request, GrizzlyResponse response)
          This method should contains the logic for any http extension to the Grizzly HTTP Webserver.
 void GrizzlyAdapterChain.service(GrizzlyRequest request, GrizzlyResponse response)
          Map the GrizzlyRequest to the proper GrizzlyAdapter
 void GrizzlyRequest.setResponse(GrizzlyResponse response)
          Set the Response with which this Request is associated.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.