#include <qservletresponse.h>
Inheritance diagram for QServletResponse:

Public Methods | |
| QServletResponse (QIODevice *out, QServletRequest *req) | |
| virtual | ~QServletResponse () |
| QIODevice * | outputDevice () |
| virtual QServletRequest * | request () const |
| virtual QTextStream * | outputStream () |
| bool | hasOutputStream () const |
| void | setContentLength (long len) |
| void | setContentType (const QString &mime) |
Definition at line 15 of file qservletresponse.h.
|
|
Returns a QTextStream that is open for writing the response content. The stream is created when this method is first called. Reimplemented in QHttpServletResponse. |
1.2.17