public class AbstractHttpConnection.Output extends HttpOutput
_connection, _generator| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
print(String s) |
void |
sendContent(Object content) |
void |
sendResponse(Buffer response) |
getMaxIdleTime, isClosed, isWritten, reopen, write, write, writepublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class HttpOutputIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class HttpOutputIOExceptionpublic void print(String s) throws IOException
print in class HttpOutputIOExceptionpublic void sendResponse(Buffer response) throws IOException
IOExceptionpublic void sendContent(Object content) throws IOException
IOExceptionCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.