org.apache.jk.common
public class JkInputStream extends Object implements InputBuffer, OutputBuffer
Constructor Summary | |
---|---|
JkInputStream(MsgContext context, int bsize) | |
JkInputStream(MsgContext context) |
Method Summary | |
---|---|
void | appendHead(Response res) |
int | doRead(ByteChunk responseChunk, Request req) |
int | doWrite(ByteChunk chunk, Response res) |
void | endMessage() |
boolean | isReadRequired()
Return the flag saying that the server is sending a body |
boolean | receive() Receive a chunk of data. |
void | recycle() Must be called before or after each request |
void | setIsReadRequired(boolean irr)
Set the flag saying that the server is sending a body |
void | setReplay(ByteChunk replay)
Set the replay buffer for Form auth |
Deprecated: