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.rocks.xmpp.core.net.client Provides classes for client side connection configuration and establishment.rocks.xmpp.core.tls.client Provides classes for client-side STARTTLS negotiation. -
-
Uses of ChannelEncryption in rocks.xmpp.core.net
Methods in rocks.xmpp.core.net that return ChannelEncryption Modifier and Type Method Description ChannelEncryption
ConnectionConfiguration. getChannelEncryption()
Gets the channel encryption mode used for the connection, which indicates, if and how the connection is to be secured.static ChannelEncryption
ChannelEncryption. 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. -
Uses of ChannelEncryption in rocks.xmpp.core.net.client
Methods in rocks.xmpp.core.net.client that return ChannelEncryption Modifier and Type Method Description ChannelEncryption
ClientConnectionConfiguration. getChannelEncryption()
Methods in rocks.xmpp.core.net.client with parameters of type ChannelEncryption Modifier and Type Method Description T
ClientConnectionConfiguration.Builder. channelEncryption(ChannelEncryption channelEncryption)
Sets how the connection is secured via SSL. -
Uses of ChannelEncryption in rocks.xmpp.core.tls.client
Constructors in rocks.xmpp.core.tls.client with parameters of type ChannelEncryption Constructor Description StartTlsManager(Session session, TcpConnection tcpConnection, ChannelEncryption channelEncryption)
-