ActionResponse.h
Go to the documentation of this file.
44 Stream(HttpServerConnection& connection, Envelope* envelope) : connection(connection), envelope(envelope)
76 ActionResponse(const ActionResponse& response) : ActionResponse(response.envelope, response.stream)
Definition: ActionRequest.h:26
void setArg(const FlashString &name, const T &value) const
Definition: ActionResponse.h:98
bool isFinished() override
Check if all data has been read.
Definition: MemoryDataStream.h:78
bool isFinished() override
Check if all data has been read.
Definition: ActionResponse.h:50
Definition: ActionResponse.h:41
Definition: HttpServerConnection.h:33
bool addArg(const String &name, const String &value)
Definition: Envelope.h:266
~ActionResponse()
ActionResponse(Envelope &envelope, Stream *stream)
Definition: ActionResponse.h:84
Class to manage a SOAP envelope for service request/response.
Definition: Envelope.h:35
Stream(HttpServerConnection &connection, Envelope *envelope)
Definition: ActionResponse.h:44
Definition: ActionRequest.h:24
MimeType getMimeType() const override
Get MIME type for stream content.
Definition: ActionResponse.h:55
void complete(Error err)
ActionResponse(const ActionResponse &response)
Definition: ActionResponse.h:76
Definition: Envelope.h:45
Envelope * getEnvelope() const
Definition: ActionResponse.h:62
bool add(LinkedItem *item)
1.8.13