org.apache.catalina.connector
public class CoyoteReader extends BufferedReader
Field Summary | |
---|---|
protected InputBuffer | ib |
protected char[] | lineBuffer |
Constructor Summary | |
---|---|
CoyoteReader(InputBuffer ib) |
Method Summary | |
---|---|
protected Object | clone()
Prevent cloning the facade. |
void | close() |
void | mark(int readAheadLimit) |
boolean | markSupported() |
int | read() |
int | read(char[] cbuf) |
int | read(char[] cbuf, int off, int len) |
String | readLine() |
boolean | ready() |
void | reset() |
long | skip(long n) |