|
|||||||||
Home >> All >> org >> apache >> ajp >> [ tomcat4 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.apache.ajp.tomcat4
Class Ajp13Request

java.lang.ObjectHttpRequestBase
org.apache.ajp.tomcat4.Ajp13Request
- public class Ajp13Request
- extends HttpRequestBase
Field Summary | |
private int |
debug
|
private static int |
id
|
private Ajp13Logger |
logger
|
private static java.lang.String |
match
|
Constructor Summary | |
Ajp13Request(Ajp13Connector connector)
|
Method Summary | |
private void |
addCookies(org.apache.tomcat.util.http.Cookies cookies)
|
javax.servlet.ServletInputStream |
createInputStream()
|
protected void |
parseLocalesHeader(java.lang.String value)
Parse accept-language header value. |
void |
recycle()
|
(package private) void |
setAjpRequest(org.apache.tomcat.util.http.BaseRequest ajp)
|
void |
setRequestURI(java.lang.String uri)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
match
private static final java.lang.String match
- See Also:
- Constant Field Values
id
private static int id
logger
private Ajp13Logger logger
debug
private int debug
Constructor Detail |
Ajp13Request
public Ajp13Request(Ajp13Connector connector)
Method Detail |
recycle
public void recycle()
setAjpRequest
void setAjpRequest(org.apache.tomcat.util.http.BaseRequest ajp) throws java.io.UnsupportedEncodingException
setRequestURI
public void setRequestURI(java.lang.String uri)
addCookies
private void addCookies(org.apache.tomcat.util.http.Cookies cookies)
createInputStream
public javax.servlet.ServletInputStream createInputStream() throws java.io.IOException
parseLocalesHeader
protected void parseLocalesHeader(java.lang.String value)
- Parse accept-language header value.
|
|||||||||
Home >> All >> org >> apache >> ajp >> [ tomcat4 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |