org.apache.catalina.connector
public class CoyoteInputStream extends ServletInputStream
| Field Summary | |
|---|---|
| protected InputBuffer | ib |
| Constructor Summary | |
|---|---|
| protected | CoyoteInputStream(InputBuffer ib) |
| Method Summary | |
|---|---|
| int | available() |
| protected Object | clone()
Prevent cloning the facade. |
| void | close()
Close the stream
Since we re-cycle, we can't allow the call to super.close()
which would permantely disable us. |
| int | read() |
| int | read(byte[] b) |
| int | read(byte[] b, int off, int len) |
| int | readLine(byte[] b, int off, int len) |