#include <xmltooling/io/GenericResponse.h>
Inheritance diagram for xmltooling::GenericResponse:
Public Member Functions | |
virtual void | setContentType (const char *type=NULL)=0 |
Sets or clears the MIME type of the response. | |
virtual long | sendResponse (std::istream &inputStream)=0 |
Sends a completed response to the client along with a transport-specific "OK" indication. | |
virtual long | sendError (std::istream &inputStream)=0 |
Sends an "error" response to the client along with a transport-specific error indication. | |
virtual long | sendResponse (std::istream &inputStream, long status)=0 |
Sends a completed response to the client. |
This interface need not be threadsafe.
|
Sends an "error" response to the client along with a transport-specific error indication.
Implemented in xmltooling::HTTPResponse. |
|
Sends a completed response to the client.
|
|
Sends a completed response to the client along with a transport-specific "OK" indication. Used for "normal" responses.
Implemented in xmltooling::HTTPResponse. |
|
Sets or clears the MIME type of the response.
Implemented in xmltooling::HTTPResponse. |