|
||||||||||
| 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.HttpConnection.Output
public class HttpConnection.Output
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jetty.server.HttpOutput |
|---|
_buf, _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.eclipse.jetty.server.HttpOutput |
|---|
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 java.io.IOException
close in interface java.io.Closeableclose in class HttpOutputjava.io.IOException
public void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class HttpOutputjava.io.IOException
public void print(java.lang.String s)
throws java.io.IOException
ServletOutputStreamString to the client,
without a carriage return-line feed (CRLF)
character at the end.
print in class HttpOutputs - the String to send to the client
java.io.IOException - if an input or output exception occurred
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||