Uses of Class
org.glassfish.grizzly.web.container.Response

Packages that use Response
org.glassfish.grizzly.web   
org.glassfish.grizzly.web.arp   
org.glassfish.grizzly.web.container   
org.glassfish.grizzly.web.container.http11   
org.glassfish.grizzly.web.container.http11.filters   
 

Uses of Response in org.glassfish.grizzly.web
 

Fields in org.glassfish.grizzly.web declared as Response
protected  Response ProcessorTask.response
          Response object.
 

Constructors in org.glassfish.grizzly.web with parameters of type Response
SocketChannelOutputBuffer(Response response, int headerBufferSize, boolean useSocketBuffer)
          Alternate constructor.
 

Uses of Response in org.glassfish.grizzly.web.arp
 

Constructors in org.glassfish.grizzly.web.arp with parameters of type Response
AsynchronousOutputBuffer(Response response, int headerBufferSize, boolean useSocketBuffer)
          Alternate constructor.
 

Uses of Response in org.glassfish.grizzly.web.container
 

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

Methods in org.glassfish.grizzly.web.container with parameters of type Response
 void StaticResourcesAdapter.afterService(Request req, Response res)
          Finish the Response and recycle the Request and the Response.
 void Adapter.afterService(Request req, Response res)
          Finish the response and dedide if the Request/Response object must be recycled.
protected  void StaticResourcesAdapter.customizedErrorPage(Request req, Response res)
          Customize the error pahe
 int OutputBuffer.doWrite(ByteChunk chunk, Response response)
          Writes the response.
 void StaticResourcesAdapter.service(Request req, Response res)
          Based on the Request URI, try to map the file from the StaticResourcesAdapter.rootFolder, and send it synchronously using send file.
 void Adapter.service(Request req, Response res)
          Invoke the service method.
protected  void StaticResourcesAdapter.service(String uri, Request req, Response res)
          Lookup a resource based on the request URI, and send it using send file.
 void Request.setResponse(Response response)
           
 

Constructors in org.glassfish.grizzly.web.container with parameters of type Response
SuspendedResponse(long timeout, A attachment, CompletionHandler<? super A> completionHandler, Response response)
           
 

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

Fields in org.glassfish.grizzly.web.container.http11 declared as Response
protected  Response GrizzlyResponse.response
          Coyote response.
protected  Response InternalOutputBuffer.response
          Associated Coyote response.
 

Methods in org.glassfish.grizzly.web.container.http11 that return Response
 Response GrizzlyOutputBuffer.getResponse()
          Get associated Coyote response.
 Response GrizzlyResponse.getResponse()
          Get the Coyote response.
 

Methods in org.glassfish.grizzly.web.container.http11 with parameters of type Response
 void GrizzlyAdapter.afterService(Request req, Response res)
          Clean up the Request and Response object, and commit the response, and then invoke the GrizzlyAdapter.afterService(org.glassfish.grizzly.web.container.http11.GrizzlyRequest, org.glassfish.grizzly.web.container.http11.GrizzlyResponse) method to allow extension of this class to clean their own objects.
 int OutputFilter.doWrite(ByteChunk chunk, Response unused)
          Write some bytes.
 int InternalOutputBuffer.doWrite(ByteChunk chunk, Response res)
          Write the contents of a byte chunk.
 int InternalOutputBuffer.OutputStreamOutputBuffer.doWrite(ByteChunk chunk, Response res)
          Write chunk.
 void GrizzlyAdapter.service(Request req, Response res)
          Wrap a Request and Response with associated high level classes like GrizzlyRequest and GrizzlyResponse.
 void GrizzlyOutputBuffer.setResponse(Response response)
          Associated Coyote response.
 void OutputFilter.setResponse(Response response)
          Some filters need additional parameters from the response.
 void GrizzlyResponse.setResponse(Response response)
          Set the Coyote response.
 

Constructors in org.glassfish.grizzly.web.container.http11 with parameters of type Response
InternalOutputBuffer(Response response)
          Default constructor.
InternalOutputBuffer(Response response, int headerBufferSize)
          Alternate constructor.
InternalOutputBuffer(Response response, int headerBufferSize, boolean useSocketBuffer)
          Create a new InternalOutputBuffer and configure the enable/disable the socketBuffer mechanism.
 

Uses of Response in org.glassfish.grizzly.web.container.http11.filters
 

Methods in org.glassfish.grizzly.web.container.http11.filters with parameters of type Response
 int ChunkedOutputFilter.doWrite(ByteChunk chunk, Response res)
          Write some bytes.
 int IdentityOutputFilter.doWrite(ByteChunk chunk, Response res)
          Write some bytes.
 int VoidOutputFilter.doWrite(ByteChunk chunk, Response res)
          Write some bytes.
 int GzipOutputFilter.doWrite(ByteChunk chunk, Response res)
          Write some bytes.
 void ChunkedOutputFilter.setResponse(Response response)
          Some filters need additional parameters from the response.
 void IdentityOutputFilter.setResponse(Response response)
          Some filters need additional parameters from the response.
 void VoidOutputFilter.setResponse(Response response)
          Some filters need additional parameters from the response.
 void GzipOutputFilter.setResponse(Response response)
          Some filters need additional parameters from the response.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.