| java.lang.Object org.apache.jk.common.JkInputStream
isReadRequired | public boolean isReadRequired()(Code) | | Return the flag saying that the server is sending a body
|
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
|
setIsReadRequired | public void setIsReadRequired(boolean irr)(Code) | | Set the flag saying that the server is sending a body
|
setReplay | public void setReplay(ByteChunk replay)(Code) | | Set the replay buffer for Form auth
|
|
|