Uses of Enum
org.jivesoftware.smack.XMPPConnection.FromMode
Packages that use XMPPConnection.FromMode
-
Uses of XMPPConnection.FromMode in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return XMPPConnection.FromModeModifier and TypeMethodDescriptionAbstractXMPPConnection.getFromMode()
XMPPConnection.getFromMode()
Get the currently active FromMode.static XMPPConnection.FromMode
Returns the enum constant of this type with the specified name.static XMPPConnection.FromMode[]
XMPPConnection.FromMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack with parameters of type XMPPConnection.FromModeModifier and TypeMethodDescriptionvoid
AbstractXMPPConnection.setFromMode
(XMPPConnection.FromMode fromMode) void
XMPPConnection.setFromMode
(XMPPConnection.FromMode fromMode) Set the FromMode for this connection instance.