Uses of Class
rocks.xmpp.core.net.ChannelEncryption
-
Packages that use ChannelEncryption Package Description rocks.xmpp.core.net Provides base classes and interfaces for network and connection related logic. -
-
Uses of ChannelEncryption in rocks.xmpp.core.net
Methods in rocks.xmpp.core.net that return ChannelEncryption Modifier and Type Method Description ChannelEncryptionConnectionConfiguration. getChannelEncryption()Gets the channel encryption mode used for the connection, which indicates, if and how the connection is to be secured.static ChannelEncryptionChannelEncryption. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelEncryption[]ChannelEncryption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-