Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.coyote.Response

Uses of Response in org.apache.coyote
 

Fields in org.apache.coyote declared as Response
(package private)  Response RequestInfo.res
           
private  Response Request.response
           
 

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

Methods in org.apache.coyote with parameters of type Response
 void Request.setResponse(Response response)
           
 int OutputBuffer.doWrite(org.apache.tomcat.util.buf.ByteChunk chunk, Response response)
          Write the response.
 void Adapter.service(Request req, Response res)
          Call the service method, and notify all listeners