|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionConfiguration.SecurityMode | |
|---|---|
| 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 | |
|---|---|
ConnectionConfiguration.SecurityMode |
ConnectionConfiguration.getSecurityMode()
Returns the TLS security mode used when making the connection. |
static ConnectionConfiguration.SecurityMode |
ConnectionConfiguration.SecurityMode.valueOf(java.lang.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 | |
|---|---|
void |
ConnectionConfiguration.setSecurityMode(ConnectionConfiguration.SecurityMode securityMode)
Sets the TLS security mode used when making the connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||