Uses of Class
rocks.xmpp.core.net.client.SocketConnectionConfiguration.Builder
-
Packages that use SocketConnectionConfiguration.Builder Package Description rocks.xmpp.core.net.client Provides classes for client side connection configuration and establishment. -
-
Uses of SocketConnectionConfiguration.Builder in rocks.xmpp.core.net.client
Methods in rocks.xmpp.core.net.client that return SocketConnectionConfiguration.Builder Modifier and Type Method Description static SocketConnectionConfiguration.Builder
SocketConnectionConfiguration. builder()
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new builder for this class.SocketConnectionConfiguration.Builder
SocketConnectionConfiguration.Builder. keepAliveInterval(int keepAliveInterval)
Sets the whitespace keep-alive interval in seconds.SocketConnectionConfiguration.Builder
SocketConnectionConfiguration.Builder. socketFactory(SocketFactory socketFactory)
Sets a socket factory which creates the socket.
-