| java.lang.Object java.io.InputStream org.apache.jk.common.JkInputStream
JkInputStream | public class JkInputStream extends InputStream (Code) | | Generic input stream impl on top of ajp
|
H_SIZE | final public static int H_SIZE(Code) | | |
JK_AJP13_GET_BODY_CHUNK | final public static byte JK_AJP13_GET_BODY_CHUNK(Code) | | |
MAX_PACKET_SIZE | final public static int MAX_PACKET_SIZE(Code) | | |
MAX_READ_SIZE | final public static int MAX_READ_SIZE(Code) | | |
bodyBuff | byte[] bodyBuff(Code) | | |
contentLength | int contentLength(Code) | | |
end_of_stream | boolean end_of_stream(Code) | | |
JkInputStream | public JkInputStream()(Code) | | |
mark | public void mark(int readLimit)(Code) | | |
markSupported | public boolean markSupported()(Code) | | |
receive | public boolean receive() throws IOException(Code) | | Receive a chunk of data. Called to implement the
'special' packet in ajp13 and to receive the data
after we send a GET_BODY packet
|
recycle | public void recycle()(Code) | | Must be called before or after each request
|
setContentLength | public void setContentLength(int i)(Code) | | Must be called after the request is parsed, before
any input
|
setMsgContext | public void setMsgContext(MsgContext mc)(Code) | | Must be called when the stream is created
|
|
|