Uses of Class
rocks.xmpp.core.net.client.SocketConnectionConfiguration
-
Packages that use SocketConnectionConfiguration Package Description rocks.xmpp.core.net.client Provides classes for client side connection configuration and establishment. -
-
Uses of SocketConnectionConfiguration in rocks.xmpp.core.net.client
Methods in rocks.xmpp.core.net.client that return SocketConnectionConfiguration Modifier and Type Method Description SocketConnectionConfiguration
SocketConnectionConfiguration.Builder. build()
static SocketConnectionConfiguration
SocketConnectionConfiguration. getDefault()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the default configuration.Methods in rocks.xmpp.core.net.client with parameters of type SocketConnectionConfiguration Modifier and Type Method Description static void
SocketConnectionConfiguration. setDefault(SocketConnectionConfiguration configuration)
Deprecated, for removal: This API element is subject to removal in a future version.Sets the default configuration.
-