|
rad 6.2.0
|
#include <request.hpp>
Public Member Functions | |
| RequestAmi () | |
Default copy constructors. | |
| RequestAmi (const RequestAmi &)=default | |
| RequestAmi (RequestAmi &&) noexcept=default | |
Default assignment operators. | |
| RequestAmi & | operator= (const RequestAmi &)=default |
| RequestAmi & | operator= (RequestAmi &&) noexcept=default |
| bool | SetPartialReplyValue (const REP_TYPE &reply) const |
| bool | SetFinalReplyValue (const REP_TYPE &reply) const |
| std::shared_ptr<::elt::mal::rr::Ami< REP_TYPE > > | GetAmiServer () |
This class allows to deal with MAL requests WITHOUT payload that returns multiple (partial) replies.
| REP_TYPE | Type of the reply's payload. |
|
inline |
Default constructor that creates an AMI object to send the partial replies.
|
default |
|
defaultnoexcept |
|
inline |
TODO when is this method needed?
|
default |
|
defaultnoexcept |
|
inline |
This method allows to set the payload for the final reply.
| reply | Payload of the reply. |
|
inline |
This method allows to set the payload for a partial reply.
| reply | Payload of the reply. |