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

Packages that use GrizzlyResponse
com.sun.grizzly.container   
com.sun.grizzly.http.servlet   
com.sun.grizzly.tcp.http11   
 

Uses of GrizzlyResponse in com.sun.grizzly.container
 

Subclasses of GrizzlyResponse in com.sun.grizzly.container
 class GrizzletResponse
          This class represents an asynchronous response.
 

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)
          This method should contains the logic for any http extension to the Grizzly HTTP Webserver.
 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.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
abstract  void GrizzlyAdapter.afterService(GrizzlyRequest request, GrizzlyResponse response)
          This method should contains the logic for any http extension to the Grizzly HTTP Webserver.
abstract  void GrizzlyAdapter.service(GrizzlyRequest request, GrizzlyResponse response)
          This method should contains the logic for any http extension to the Grizzly HTTP Webserver.
 void GrizzlyRequest.setResponse(GrizzlyResponse response)
          Set the Response with which this Request is associated.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.