Uses of Class
org.apache.coyote.Response

Packages that use Response
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.async   
com.sun.enterprise.web.connector.grizzly.ssl   
com.sun.enterprise.web.connector.grizzly.standalone   
com.sun.grizzly.cometd.standalone   
org.apache.coyote   
org.apache.coyote.http11   
org.apache.coyote.http11.filters   
 

Uses of Response in com.sun.enterprise.web.connector.grizzly
 

Fields in com.sun.enterprise.web.connector.grizzly declared as Response
protected  Response DefaultProcessorTask.response
          Response object.
 

Constructors in com.sun.enterprise.web.connector.grizzly with parameters of type Response
SocketChannelOutputBuffer(Response response, int headerBufferSize, boolean useSocketBuffer)
          Alternate constructor.
 

Uses of Response in com.sun.enterprise.web.connector.grizzly.async
 

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

Uses of Response in com.sun.enterprise.web.connector.grizzly.ssl
 

Constructors in com.sun.enterprise.web.connector.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.enterprise.web.connector.grizzly.standalone
 

Methods in com.sun.enterprise.web.connector.grizzly.standalone with parameters of type Response
 void StaticResourcesAdapter.afterService(Request req, Response res)
           
 void StaticResourcesAdapter.service(Request req, Response res)
           
 

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

Methods in com.sun.grizzly.cometd.standalone with parameters of type Response
 void CometdAdapter.service(Request req, Response res)
          Route the request to the cometd implementation.
 

Uses of Response in org.apache.coyote
 

Methods in org.apache.coyote that return Response
 Response Request.getResponse()
           
 

Methods in org.apache.coyote with parameters of type Response
 void Adapter.afterService(Request req, Response res)
          Finish the response and recycle the request/response tokens.
 int OutputBuffer.doWrite(ByteChunk chunk, Response response)
          Writes the response.
 void Adapter.service(Request req, Response res)
          Call the service method, and notify all listeners
 void Request.setResponse(Response response)
           
 

Uses of Response in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as Response
protected  Response Http11Processor.response
          Response object.
protected  Response InternalOutputBuffer.response
          Associated Coyote response.
 

Methods in org.apache.coyote.http11 with parameters of type Response
 int InternalOutputBuffer.doWrite(ByteChunk chunk, Response res)
          Write the contents of a byte chunk.
 int InternalOutputBuffer.OutputStreamOutputBuffer.doWrite(ByteChunk chunk, Response res)
          Write chunk.
 int OutputFilter.doWrite(ByteChunk chunk, Response unused)
          Write some bytes.
 void OutputFilter.setResponse(Response response)
          Some filters need additional parameters from the response.
 

Constructors in org.apache.coyote.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.apache.coyote.http11.filters
 

Methods in org.apache.coyote.http11.filters with parameters of type Response
 int ChunkedOutputFilter.doWrite(ByteChunk chunk, Response res)
          Write some bytes.
 int GzipOutputFilter.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.
 void ChunkedOutputFilter.setResponse(Response response)
          Some filters need additional parameters from the response.
 void GzipOutputFilter.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.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.