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, write
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class AbstractGenerator.Output
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class AbstractGenerator.Output
java.io.IOException
public void print(java.lang.String s) throws java.io.IOException
print
in class AbstractGenerator.Output
java.io.IOException
public void sendResponse(Buffer response) throws java.io.IOException
java.io.IOException
public void sendContent(java.lang.Object content) throws java.io.IOException
java.io.IOException
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.