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.rocks.xmpp.nio.netty.client Provides classes for a client-to-server NIO connection using the Netty framework. -
-
Uses of TcpConnectionConfiguration in rocks.xmpp.core.net.client
Methods in rocks.xmpp.core.net.client that return TcpConnectionConfiguration Modifier and Type Method Description TcpConnectionConfiguration
TcpConnectionConfiguration.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)
-
Uses of TcpConnectionConfiguration in rocks.xmpp.nio.netty.client
Methods in rocks.xmpp.nio.netty.client with parameters of type TcpConnectionConfiguration Modifier and Type Method Description CompletableFuture<Connection>
NettyChannelConnector. connect(XmppSession xmppSession, TcpConnectionConfiguration configuration, SessionOpen sessionOpen)
-