Uses of Class
org.jivesoftware.smack.ConnectionConfiguration.SecurityMode
-
Packages that use ConnectionConfiguration.SecurityMode Package Description org.jivesoftware.smack Core classes of the Smack API. -
-
Uses of ConnectionConfiguration.SecurityMode in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return ConnectionConfiguration.SecurityMode Modifier and Type Method Description ConnectionConfiguration.SecurityModeConnectionConfiguration. getSecurityMode()Returns the TLS security mode used when making the connection.static ConnectionConfiguration.SecurityModeConnectionConfiguration.SecurityMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionConfiguration.SecurityMode[]ConnectionConfiguration.SecurityMode. 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 ConnectionConfiguration.SecurityMode Modifier and Type Method Description BConnectionConfiguration.Builder. setSecurityMode(ConnectionConfiguration.SecurityMode securityMode)Sets the TLS security mode used when making the connection.
-