org.mortbay.jetty
public class HttpConnection.Output extends AbstractGenerator.Output
_buf, _closed, _generator, _maxIdleTime| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
print(java.lang.String s) |
void |
sendContent(java.lang.Object content) |
void |
sendResponse(Buffer response) |
write, write, writepublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class AbstractGenerator.Outputjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class AbstractGenerator.Outputjava.io.IOExceptionpublic void print(java.lang.String s)
throws java.io.IOException
print in class AbstractGenerator.Outputjava.io.IOExceptionpublic void sendResponse(Buffer response) throws java.io.IOException
java.io.IOExceptionpublic void sendContent(java.lang.Object content)
throws java.io.IOException
java.io.IOExceptionCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.