Uses of Enum
org.jivesoftware.smack.XMPPConnection.FromMode
-
Uses of XMPPConnection.FromMode in org.jivesoftware.smack
Modifier 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.Modifier and TypeMethodDescriptionvoid
AbstractXMPPConnection.setFromMode
(XMPPConnection.FromMode fromMode) void
XMPPConnection.setFromMode
(XMPPConnection.FromMode fromMode) Set the FromMode for this connection instance.