|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
javax.servlet.ServletOutputStream
org.eclipse.jetty.server.HttpOutput
org.eclipse.jetty.server.AbstractHttpConnection.Output
public class AbstractHttpConnection.Output
Field Summary |
---|
Fields inherited from class org.eclipse.jetty.server.HttpOutput |
---|
_connection, _generator |
Method Summary | |
---|---|
void |
close()
|
void |
flush()
|
void |
print(String s)
|
void |
sendContent(Object content)
|
void |
sendResponse(Buffer response)
|
Methods inherited from class org.eclipse.jetty.server.HttpOutput |
---|
getMaxIdleTime, isClosed, isWritten, reopen, write, write, write |
Methods inherited from class javax.servlet.ServletOutputStream |
---|
print, print, print, print, print, print, println, println, println, println, println, println, println, println |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void close() throws IOException
close
in interface Closeable
close
in class HttpOutput
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class HttpOutput
IOException
public void print(String s) throws IOException
print
in class HttpOutput
IOException
public void sendResponse(Buffer response) throws IOException
IOException
public void sendContent(Object content) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |