#include <Responder.h>
Public Member Functions | |
| void | received (const AMQRequestBody::Data &request) |
| Called after receiving a request. | |
| void | sending (AMQResponseBody::Data &response) |
| Called before sending a response to set respose data. | |
| ResponseId | getResponseMark () |
| Get the ID of the highest response acknowledged by the peer. | |
THREAD UNSAFE: This class is called as frames are sent or received sequentially on a connection, so it does not need to be thread safe.
1.4.7