Inheritance diagram for Swift::RawRequest:
Collaboration diagram for Swift::RawRequest:Public Types | |
| typedef boost::shared_ptr < RawRequest > | ref |
Public Member Functions | |
| void | send () |
| const JID & | getReceiver () const |
Static Public Member Functions | |
| static ref | create (IQ::Type type, const JID &recipient, const std::string &data, IQRouter *router) |
Public Attributes | |
| boost::signal< void(const std::string &)> | onResponse |
Protected Member Functions | |
| virtual void | setPayload (boost::shared_ptr< Payload > payload) |
| boost::shared_ptr< Payload > | getPayload () const |
| virtual void | handleResponse (boost::shared_ptr< Payload >, boost::shared_ptr< ErrorPayload >)=0 |
Definition at line 19 of file RawRequest.h.
| typedef boost::shared_ptr<RawRequest> Swift::RawRequest::ref |
Definition at line 20 of file RawRequest.h.
| static ref Swift::RawRequest::create | ( | IQ::Type | type, | |
| const JID & | recipient, | |||
| const std::string & | data, | |||
| IQRouter * | router | |||
| ) | [inline, static] |
Definition at line 22 of file RawRequest.h.
| boost::shared_ptr<Payload> Swift::Request::getPayload | ( | ) | const [inline, protected, inherited] |
Definition at line 78 of file Request.h.
Referenced by Swift::GenericRequest< InBandRegistrationPayload >::getPayloadGeneric().
| const JID& Swift::Request::getReceiver | ( | ) | const [inline, inherited] |
| virtual void Swift::Request::handleResponse | ( | boost::shared_ptr< Payload > | , | |
| boost::shared_ptr< ErrorPayload > | ||||
| ) | [protected, pure virtual, inherited] |
| void Swift::Request::send | ( | ) | [inherited] |
| virtual void Swift::Request::setPayload | ( | boost::shared_ptr< Payload > | payload | ) | [inline, protected, virtual, inherited] |
| boost::signal<void (const std::string&)> Swift::RawRequest::onResponse |
Definition at line 26 of file RawRequest.h.
1.7.1