|
||||||||||
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.mortbay.jetty.AbstractGenerator.Output
org.mortbay.jetty.HttpConnection.Output
public class HttpConnection.Output
Field Summary |
---|
Fields inherited from class org.mortbay.jetty.AbstractGenerator.Output |
---|
_buf, _closed, _generator, _maxIdleTime |
Method Summary | |
---|---|
void |
close()
|
void |
flush()
|
void |
print(java.lang.String s)
Writes a String to the client,
without a carriage return-line feed (CRLF)
character at the end. |
void |
sendContent(java.lang.Object content)
|
void |
sendResponse(Buffer response)
|
Methods inherited from class org.mortbay.jetty.AbstractGenerator.Output |
---|
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 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
ServletOutputStream
String
to the client,
without a carriage return-line feed (CRLF)
character at the end.
print
in class AbstractGenerator.Output
s
- the String
to send to the client
java.io.IOException
- if an input or output exception occurredpublic 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |