Inheritance diagram for Swift::GetPrivateStorageRequest< PAYLOAD_TYPE >:
Collaboration diagram for Swift::GetPrivateStorageRequest< PAYLOAD_TYPE >:Public Types | |
| typedef boost::shared_ptr < GetPrivateStorageRequest < PAYLOAD_TYPE > > | ref |
Public Member Functions | |
| void | send () |
| const JID & | getReceiver () const |
Static Public Member Functions | |
| static ref | create (IQRouter *router) |
Public Attributes | |
| boost::signal< void(boost::shared_ptr < PAYLOAD_TYPE > , ErrorPayload::ref)> | 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 17 of file GetPrivateStorageRequest.h.
| typedef boost::shared_ptr<GetPrivateStorageRequest<PAYLOAD_TYPE> > Swift::GetPrivateStorageRequest< PAYLOAD_TYPE >::ref |
Definition at line 17 of file GetPrivateStorageRequest.h.
| static ref Swift::GetPrivateStorageRequest< PAYLOAD_TYPE >::create | ( | IQRouter * | router | ) | [inline, static] |
Definition at line 19 of file GetPrivateStorageRequest.h.
References Swift::IQ::Get, Swift::GetPrivateStorageRequest< PAYLOAD_TYPE >::onResponse, and Swift::Request::Request().
| 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 (boost::shared_ptr<PAYLOAD_TYPE>, ErrorPayload::ref)> Swift::GetPrivateStorageRequest< PAYLOAD_TYPE >::onResponse |
Definition at line 38 of file GetPrivateStorageRequest.h.
Referenced by Swift::GetPrivateStorageRequest< PAYLOAD_TYPE >::create().
1.7.1