Uses of Class
org.jivesoftware.smack.XMPPConnection.FromMode
-
Packages that use XMPPConnection.FromMode Package Description org.jivesoftware.smack Core classes of the Smack API. -
-
Uses of XMPPConnection.FromMode in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return XMPPConnection.FromMode Modifier and Type Method Description XMPPConnection.FromModeAbstractXMPPConnection. getFromMode()XMPPConnection.FromModeXMPPConnection. getFromMode()Get the currently active FromMode.static XMPPConnection.FromModeXMPPConnection.FromMode. valueOf(String name)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.FromMode Modifier and Type Method Description voidAbstractXMPPConnection. setFromMode(XMPPConnection.FromMode fromMode)voidXMPPConnection. setFromMode(XMPPConnection.FromMode fromMode)Set the FromMode for this connection instance.
-