| |
|
| org.apache.coyote.tomcat3.Tomcat3Request
Tomcat3Request | public class Tomcat3Request extends org.apache.tomcat.core.Request (Code) | | 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.
author: Bill Barker author: Costin Manolache |
readBuffer | byte[] readBuffer(Code) | | |
Tomcat3Request | public Tomcat3Request()(Code) | | |
doRead | public int doRead() throws IOException(Code) | | Read a single character from the request body.
|
doRead | public int doRead(byte[] b, int off, int len) throws IOException(Code) | | Read a chunk from the request body.
|
getServerPort | public int getServerPort()(Code) | | |
isSecure | public boolean isSecure()(Code) | | |
readBytes | protected int readBytes() throws IOException(Code) | | Read bytes to the read chunk buffer.
|
recycle | public void recycle()(Code) | | |
setCoyoteRequest | public void setCoyoteRequest(org.apache.coyote.Request cReq)(Code) | | Attach the Coyote Request to this Request.
This is currently set pre-request to allow copying the request
attributes to the Tomcat attributes.
|
setServerPort | public void setServerPort(int i)(Code) | | |
|
|
|