org.apache.catalina.connector
public class CoyoteOutputStream extends ServletOutputStream
Field Summary | |
---|---|
protected OutputBuffer | ob |
Constructor Summary | |
---|---|
protected | CoyoteOutputStream(OutputBuffer ob) |
Method Summary | |
---|---|
protected Object | clone()
Prevent cloning the facade. |
void | close() |
void | flush()
Will send the buffer to the client. |
void | write(int i) |
void | write(byte[] b) |
void | write(byte[] b, int off, int len) |