Uses of Class
com.sun.grizzly.tcp.Response

Packages that use Response
com.sun.grizzly.tcp   
com.sun.grizzly.tcp.http11   
com.sun.grizzly.tcp.http11.filters   
 

Uses of Response in com.sun.grizzly.tcp
 

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

Methods in com.sun.grizzly.tcp with parameters of type Response
 void StaticResourcesAdapter.afterService(Request req, Response res)
          Finish the Response and recycle the Request and the Response.
 void DynamicContentAdapter.afterService(Request req, Response res)
          Deprecated.  
 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 DynamicContentAdapter.service(Request req, Response res)
          Deprecated.  
 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.
protected abstract  void DynamicContentAdapter.serviceDynamicContent(Request req, Response res)
          Deprecated.  
 void Request.setResponse(Response response)
           
 

Constructors in com.sun.grizzly.tcp with parameters of type Response
Response.ResponseAttachment(long idletimeoutdelay, A attachment, CompletionHandler<? super A> completionHandler, Response response)
           
 

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

Fields in com.sun.grizzly.tcp.http11 declared as Response
protected  Response GrizzlyResponse.response
          Coyote response.
protected  Response InternalOutputBuffer.response
          Associated Coyote response.
 

Methods in com.sun.grizzly.tcp.http11 that return Response
 Response GrizzlyOutputBuffer.getResponse()
          Get associated Coyote response.
 Response GrizzlyResponse.getResponse()
          Get the Coyote response.
 

Methods in com.sun.grizzly.tcp.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(com.sun.grizzly.tcp.http11.GrizzlyRequest, com.sun.grizzly.tcp.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 com.sun.grizzly.tcp.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 com.sun.grizzly.tcp.http11.filters
 

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