Uses of Class
rocks.xmpp.core.net.client.TcpConnectionConfiguration.Builder
-
Packages that use TcpConnectionConfiguration.Builder Package Description rocks.xmpp.core.net.client Provides classes for client side connection configuration and establishment. -
-
Uses of TcpConnectionConfiguration.Builder in rocks.xmpp.core.net.client
Methods in rocks.xmpp.core.net.client that return TcpConnectionConfiguration.Builder Modifier and Type Method Description static TcpConnectionConfiguration.Builder
TcpConnectionConfiguration. builder()
Creates a new builder for this class.TcpConnectionConfiguration.Builder
TcpConnectionConfiguration.Builder. keepAliveInterval(Duration keepAliveInterval)
Sets the whitespace keep-alive interval.
-