Uses of Class
org.jivesoftware.smackx.carbons.packet.CarbonExtension.Direction
-
Packages that use CarbonExtension.Direction Package Description org.jivesoftware.smackx.carbons Smack's API for XEP-0280: Message Carbons.org.jivesoftware.smackx.carbons.packet Stanzas and extension elements for XEP-0280: Message Carbons.org.jivesoftware.smackx.omemo Classes and interfaces for OMEMO Encryption.org.jivesoftware.smackx.omemo.internal.listener StanzaListeners used for internal purposes.org.jivesoftware.smackx.omemo.listener Callbacks and listeners. -
-
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.carbons
Methods in org.jivesoftware.smackx.carbons with parameters of type CarbonExtension.Direction Modifier and Type Method Description voidCarbonCopyReceivedListener. onCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage)Invoked when a new carbon copy was received. -
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.carbons.packet
Methods in org.jivesoftware.smackx.carbons.packet that return CarbonExtension.Direction Modifier and Type Method Description CarbonExtension.DirectionCarbonExtension. getDirection()Get the direction (sent or received) of the carbon.static CarbonExtension.DirectionCarbonExtension.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CarbonExtension.Direction[]CarbonExtension.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.carbons.packet with parameters of type CarbonExtension.Direction Constructor Description CarbonExtension(CarbonExtension.Direction dir, Forwarded<Message> fwd)Construct a Carbon message extension. -
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo with parameters of type CarbonExtension.Direction Modifier and Type Method Description voidOmemoService. onOmemoCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoManager.LoggedInOmemoManager managerGuard) -
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.omemo.internal.listener
Methods in org.jivesoftware.smackx.omemo.internal.listener with parameters of type CarbonExtension.Direction Modifier and Type Method Description voidOmemoCarbonCopyStanzaReceivedListener. onOmemoCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoManager.LoggedInOmemoManager omemoManager) -
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.omemo.listener
Methods in org.jivesoftware.smackx.omemo.listener with parameters of type CarbonExtension.Direction Modifier and Type Method Description voidOmemoMessageListener. onOmemoCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoMessage.Received decryptedCarbonCopy)
-