|
|||||||||
| Home >> All >> org >> apache >> [ coyote overview ] | PREV NEXT | ||||||||
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 |
|
|||||||||
| Home >> All >> org >> apache >> [ coyote overview ] | PREV NEXT | ||||||||