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