Swift::GenericRequest< PAYLOAD_TYPE > Member List

This is the complete list of members for Swift::GenericRequest< PAYLOAD_TYPE >, including all inherited members.
GenericRequest(IQ::Type type, const JID &receiver, boost::shared_ptr< Payload > payload, IQRouter *router)Swift::GenericRequest< PAYLOAD_TYPE > [inline]
GenericRequest(IQ::Type type, const JID &sender, const JID &receiver, boost::shared_ptr< Payload > payload, IQRouter *router)Swift::GenericRequest< PAYLOAD_TYPE > [inline]
getPayload() const Swift::Request [inline, protected]
getPayloadGeneric() const Swift::GenericRequest< PAYLOAD_TYPE > [inline, protected]
getReceiver() const Swift::Request [inline]
handleResponse(boost::shared_ptr< Payload > payload, ErrorPayload::ref error)Swift::GenericRequest< PAYLOAD_TYPE > [inline, virtual]
Swift::Request::handleResponse(boost::shared_ptr< Payload >, boost::shared_ptr< ErrorPayload >)=0Swift::Request [protected, pure virtual]
onResponseSwift::GenericRequest< PAYLOAD_TYPE >
Request(IQ::Type type, const JID &receiver, boost::shared_ptr< Payload > payload, IQRouter *router)Swift::Request [protected]
Request(IQ::Type type, const JID &sender, const JID &receiver, boost::shared_ptr< Payload > payload, IQRouter *router)Swift::Request [protected]
Request(IQ::Type type, const JID &receiver, IQRouter *router)Swift::Request [protected]
Request(IQ::Type type, const JID &sender, const JID &receiver, IQRouter *router)Swift::Request [protected]
send()Swift::Request
setPayload(boost::shared_ptr< Payload > payload)Swift::Request [inline, protected, virtual]
~IQHandler()Swift::IQHandler [virtual]