Public Types | |
typedef boost::shared_ptr < SetPrivateStorageRequest < PAYLOAD_TYPE > > | ref |
Public Member Functions | |
void | send () |
const JID & | getReceiver () const |
Static Public Member Functions | |
static ref | create (boost::shared_ptr< PAYLOAD_TYPE > payload, IQRouter *router) |
Public Attributes | |
boost::signal< void(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 19 of file SetPrivateStorageRequest.h.
typedef boost::shared_ptr<SetPrivateStorageRequest<PAYLOAD_TYPE> > Swift::SetPrivateStorageRequest< PAYLOAD_TYPE >::ref |
Definition at line 21 of file SetPrivateStorageRequest.h.
static ref Swift::SetPrivateStorageRequest< PAYLOAD_TYPE >::create | ( | boost::shared_ptr< PAYLOAD_TYPE > | payload, | |
IQRouter * | router | |||
) | [inline, static] |
Definition at line 23 of file SetPrivateStorageRequest.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 (ErrorPayload::ref)> Swift::SetPrivateStorageRequest< PAYLOAD_TYPE >::onResponse |
Definition at line 36 of file SetPrivateStorageRequest.h.