Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » connector » [javadoc | source]
org.apache.catalina.connector
public class: CoyoteOutputStream [javadoc | source]
java.lang.Object
   java.io.OutputStream
      javax.servlet.ServletOutputStream
         org.apache.catalina.connector.CoyoteOutputStream

All Implemented Interfaces:
    Closeable, Flushable

Coyote implementation of the servlet output stream.
Field Summary
protected  OutputBuffer ob     
Constructor:
 protected CoyoteOutputStream(OutputBuffer ob) 
Method from org.apache.catalina.connector.CoyoteOutputStream Summary:
clear,   clone,   close,   flush,   write,   write,   write
Methods from javax.servlet.ServletOutputStream:
print,   print,   print,   print,   print,   print,   print,   println,   println,   println,   println,   println,   println,   println,   println
Methods from java.io.OutputStream:
close,   flush,   write,   write,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.connector.CoyoteOutputStream Detail:
  void clear() 
    Clear facade.
 protected Object clone() throws CloneNotSupportedException 
    Prevent cloning the facade.
 public  void close() throws IOException 
 public  void flush() throws IOException 
    Will send the buffer to the client.
 public  void write(int i) throws IOException 
 public  void write(byte[] b) throws IOException 
 public  void write(byte[] b,
    int off,
    int len) throws IOException