Uses of Class
rocks.xmpp.core.net.client.TcpConnectionConfiguration
-
Packages that use TcpConnectionConfiguration Package Description rocks.xmpp.core.net.client Provides classes for client side connection configuration and establishment. -
-
Uses of TcpConnectionConfiguration in rocks.xmpp.core.net.client
Methods in rocks.xmpp.core.net.client that return TcpConnectionConfiguration Modifier and Type Method Description TcpConnectionConfigurationTcpConnectionConfiguration.Builder. build()Methods in rocks.xmpp.core.net.client with parameters of type TcpConnectionConfiguration Modifier and Type Method Description CompletableFuture<Connection>SocketConnector. connect(XmppSession xmppSession, TcpConnectionConfiguration configuration, SessionOpen sessionOpen)
-