|
|||||||||
| Home >> All >> org >> apache >> ajp >> [ tomcat4 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ajp.tomcat4
Class Ajp13Response

java.lang.ObjectHttpResponseBase
org.apache.ajp.tomcat4.Ajp13Response
- public class Ajp13Response
- extends HttpResponseBase
| Field Summary | |
private org.apache.ajp.Ajp13 |
ajp13
|
private java.lang.StringBuffer |
cookieValue
|
private boolean |
finished
|
private org.apache.tomcat.util.http.MimeHeaders |
headers
|
private boolean |
headersSent
|
| Constructor Summary | |
Ajp13Response()
|
|
| Method Summary | |
void |
finishResponse()
|
(package private) org.apache.ajp.Ajp13 |
getAjp13()
|
(package private) java.lang.String |
getStatusMessage()
|
void |
recycle()
|
protected void |
sendHeaders()
|
(package private) void |
setAjp13(org.apache.ajp.Ajp13 ajp13)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ajp13
private org.apache.ajp.Ajp13 ajp13
finished
private boolean finished
headersSent
private boolean headersSent
headers
private org.apache.tomcat.util.http.MimeHeaders headers
cookieValue
private java.lang.StringBuffer cookieValue
| Constructor Detail |
Ajp13Response
public Ajp13Response()
| Method Detail |
getStatusMessage
java.lang.String getStatusMessage()
recycle
public void recycle()
sendHeaders
protected void sendHeaders()
throws java.io.IOException
finishResponse
public void finishResponse()
throws java.io.IOException
setAjp13
void setAjp13(org.apache.ajp.Ajp13 ajp13)
getAjp13
org.apache.ajp.Ajp13 getAjp13()
|
|||||||||
| Home >> All >> org >> apache >> ajp >> [ tomcat4 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
HttpResponseBase