org.apache.catalina.connector

Class CoyoteOutputStream

public class CoyoteOutputStream extends ServletOutputStream

Coyote implementation of the servlet output stream.

Author: Costin Manolache Remy Maucherat

Field Summary
protected OutputBufferob
Constructor Summary
protected CoyoteOutputStream(OutputBuffer ob)
Method Summary
protected Objectclone()
Prevent cloning the facade.
voidclose()
voidflush()
Will send the buffer to the client.
voidwrite(int i)
voidwrite(byte[] b)
voidwrite(byte[] b, int off, int len)

Field Detail

ob

protected OutputBuffer ob

Constructor Detail

CoyoteOutputStream

protected CoyoteOutputStream(OutputBuffer ob)

Method Detail

clone

protected Object clone()
Prevent cloning the facade.

close

public void close()

flush

public void flush()
Will send the buffer to the client.

write

public void write(int i)

write

public void write(byte[] b)

write

public void write(byte[] b, int off, int len)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.