|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.core.Request org.apache.coyote.tomcat3.Tomcat3Request
The Request to connect with Coyote. This class handles the I/O requirements and transferring the request line and Mime headers between Coyote and Tomcat.
Constructor Summary | |
Tomcat3Request()
|
Method Summary | |
int |
doRead()
Read a single character from the request body. |
int |
doRead(byte[] b,
int off,
int len)
Read a chunk from the request body. |
java.lang.String |
getAuthType()
|
Request |
getCoyoteRequest()
|
java.lang.String |
getJvmRoute()
|
java.lang.String |
getLocalHost()
|
java.lang.String |
getRemoteUser()
|
int |
getServerPort()
|
boolean |
isSecure()
|
protected int |
readBytes()
Read bytes to the read chunk buffer. |
void |
recycle()
|
MessageBytes |
remoteAddr()
|
MessageBytes |
remoteHost()
|
MessageBytes |
serverName()
|
void |
setAuthType(java.lang.String s)
|
void |
setCoyoteRequest(Request cReq)
Attach the Coyote Request to this Request. |
void |
setJvmRoute(java.lang.String s)
|
void |
setRemoteUser(java.lang.String s)
|
void |
setServerPort(int i)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Tomcat3Request()
Method Detail |
public void recycle()
public Request getCoyoteRequest()
public void setCoyoteRequest(Request cReq)
public int doRead() throws java.io.IOException
java.io.IOException
public int doRead(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
protected int readBytes() throws java.io.IOException
java.io.IOException
public MessageBytes remoteAddr()
public MessageBytes remoteHost()
public java.lang.String getLocalHost()
public MessageBytes serverName()
public int getServerPort()
public void setServerPort(int i)
public void setRemoteUser(java.lang.String s)
public java.lang.String getRemoteUser()
public java.lang.String getAuthType()
public void setAuthType(java.lang.String s)
public java.lang.String getJvmRoute()
public void setJvmRoute(java.lang.String s)
public boolean isSecure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |