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

Packages that use Response
com.sun.grizzly.arp   
com.sun.grizzly.http   
com.sun.grizzly.http.jk.common   
com.sun.grizzly.ssl   
com.sun.grizzly.tcp   
com.sun.grizzly.tcp.http11   
com.sun.grizzly.tcp.http11.filters   
com.sun.grizzly.websockets   
 

Uses of Response in com.sun.grizzly.arp
 

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

Uses of Response in com.sun.grizzly.http
 

Fields in com.sun.grizzly.http declared as Response
protected  Response ProcessorTask.response
          Response object.
 

Methods in com.sun.grizzly.http that return Response
protected  Response ProcessorTask.createResponse()
          Creates Response object.
 

Constructors in com.sun.grizzly.http with parameters of type Response
SocketChannelOutputBuffer(Response response, int sendBufferSize, boolean useSocketBuffer)
          Alternate constructor.
 

Uses of Response in com.sun.grizzly.http.jk.common
 

Methods in com.sun.grizzly.http.jk.common with parameters of type Response
 void JkInputStream.appendHead(Response res)
           
 int JkInputStream.doWrite(ByteChunk chunk, Response res)
           
 

Uses of Response in com.sun.grizzly.ssl
 

Constructors in com.sun.grizzly.ssl with parameters of type Response
SSLAsyncOutputBuffer(Response response, int headerBufferSize, boolean useSocketBuffer)
          Alternate constructor.
SSLOutputBuffer(Response response, int headerBufferSize, boolean useSocketBuffer)
          Alternate constructor.
 

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 DynamicContentAdapter.afterService(Request req, Response res)
          Deprecated.  
 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 DynamicContentAdapter.service(Request req, Response res)
          Deprecated.  
 void StaticResourcesAdapter.service(Request req, Response res)
          Based on the Request URI, try to map the file from the 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.
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 GrizzlyResponse.getResponse()
          Get the Coyote response.
 Response GrizzlyOutputBuffer.getResponse()
          Get associated 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 GrizzlyResponse.setResponse(Response response)
          Set the Coyote response.
 void GrizzlyOutputBuffer.setResponse(Response response)
          Associated Coyote response.
 void OutputFilter.setResponse(Response response)
          Some filters need additional parameters from the 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 VoidOutputFilter.doWrite(ByteChunk chunk, Response res)
          Write some bytes.
 int ChunkedOutputFilter.doWrite(ByteChunk chunk, Response res)
          Write some bytes.
 int IdentityOutputFilter.doWrite(ByteChunk chunk, Response res)
          Write some bytes.
 int LzmaOutputFilter.doWrite(ByteChunk chunk, Response res)
          Write some bytes.
 int GzipOutputFilter.doWrite(ByteChunk chunk, Response res)
          Write some bytes.
 void VoidOutputFilter.setResponse(Response response)
          Some filters need additional parameters from the response.
 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 LzmaOutputFilter.setResponse(Response response)
          Some filters need additional parameters from the response.
 void GzipOutputFilter.setResponse(Response response)
          Some filters need additional parameters from the response.
 

Uses of Response in com.sun.grizzly.websockets
 

Methods in com.sun.grizzly.websockets with parameters of type Response
 int WebSocketOutputFilter.doWrite(ByteChunk chunk, Response unused)
           
 void ServerHandShake.respond(Response response)
           
 void WebSocketOutputFilter.setResponse(Response response)
           
 

Constructors in com.sun.grizzly.websockets with parameters of type Response
ServerNetworkHandler(ProcessorTask task, AsyncProcessorTask async, Request req, Response resp)
           
ServerNetworkHandler(Request req, Response resp)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.