org.mortbay.jetty
Class HttpConnection.Output

java.lang.Object
  extended byjava.io.OutputStream
      extended byjavax.servlet.ServletOutputStream
          extended byorg.mortbay.jetty.HttpGenerator.Output
              extended byorg.mortbay.jetty.HttpConnection.Output
Enclosing class:
HttpConnection

public class HttpConnection.Output
extends HttpGenerator.Output


Field Summary
 
Fields inherited from class org.mortbay.jetty.HttpGenerator.Output
_buf1, _bufn, _closed, _generator, _maxIdleTime
 
Method Summary
 void close()
           
 void flush()
           
 void print(String s)
          Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
 void sendContent(Object content)
           
 
Methods inherited from class org.mortbay.jetty.HttpGenerator.Output
write, write, write
 
Methods inherited from class javax.servlet.ServletOutputStream
print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
           throws IOException
Overrides:
close in class HttpGenerator.Output
Throws:
IOException

flush

public void flush()
           throws IOException
Overrides:
flush in class HttpGenerator.Output
Throws:
IOException

print

public void print(String s)
           throws IOException
Description copied from class: ServletOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.

Overrides:
print in class HttpGenerator.Output
Throws:
IOException

sendContent

public void sendContent(Object content)
                 throws IOException
Throws:
IOException