Uses of Class
org.jivesoftware.smackx.forward.packet.Forwarded
Packages that use Forwarded
Package
Description
Stanzas and extension elements for XEP-0280: Message Carbons.
Element classes for XEP-0297: Stanza Forwarding.
Provider classes for XEP-0297: Stanza Forwarding.
XEP-0313: Message Archive Management.
Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.
- 
Uses of Forwarded in org.jivesoftware.smackx.carbons.packet
Methods in org.jivesoftware.smackx.carbons.packet that return ForwardedConstructors in org.jivesoftware.smackx.carbons.packet with parameters of type ForwardedModifierConstructorDescriptionCarbonExtension(CarbonExtension.Direction dir, Forwarded<Message> fwd) Construct a Carbon message extension. - 
Uses of Forwarded in org.jivesoftware.smackx.forward.packet
Methods in org.jivesoftware.smackx.forward.packet that return ForwardedMethod parameters in org.jivesoftware.smackx.forward.packet with type arguments of type ForwardedModifier and TypeMethodDescriptionForwarded.extractMessagesFrom(Collection<Forwarded<Message>> forwardedCollection) Extract messages in a collection of forwarded elements. - 
Uses of Forwarded in org.jivesoftware.smackx.forward.provider
Methods in org.jivesoftware.smackx.forward.provider that return ForwardedModifier and TypeMethodDescriptionForwarded<?>ForwardedProvider.parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) ForwardedProvider.parseForwardedMessage(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) ForwardedProvider.parseForwardedMessage(XmlPullParser parser, XmlEnvironment xmlEnvironment)  - 
Uses of Forwarded in org.jivesoftware.smackx.mam
Methods in org.jivesoftware.smackx.mam that return types with arguments of type Forwarded - 
Uses of Forwarded in org.jivesoftware.smackx.mam.element
Methods in org.jivesoftware.smackx.mam.element that return ForwardedModifier and TypeMethodDescriptionMamElements.MamResultExtension.getForwarded()Get the forwarded element.Methods in org.jivesoftware.smackx.mam.element with parameters of type ForwardedModifier and TypeMethodDescriptionMamElementFactory.newResultExtension(String queryId, String id, Forwarded<Message> forwarded) Create a MAM result extension class.Constructors in org.jivesoftware.smackx.mam.element with parameters of type ForwardedModifierConstructorDescriptionMamResultExtension(MamVersion version, String queryId, String id, Forwarded<Message> forwarded) MAM result extension constructor.