public class AbstractHttpConnection.Output extends HttpOutput
_connection, _generator| 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) |
getMaxIdleTime, isClosed, isWritten, reopen, write, write, writepublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class HttpOutputjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class HttpOutputjava.io.IOExceptionpublic void print(java.lang.String s)
throws java.io.IOException
print in class HttpOutputjava.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 © 2013 FuseSource, Corp.. All Rights Reserved.