Uses of Class
rocks.xmpp.core.net.TcpConnection
-
Packages that use TcpConnection Package Description rocks.xmpp.core.net.client Provides classes for client side connection configuration and establishment.rocks.xmpp.core.tls.client Provides classes for client-side STARTTLS negotiation.rocks.xmpp.extensions.compress Provides classes for XEP-0138: Stream Compression.rocks.xmpp.nio.netty.net Provides connection-related classes based on Netty channels. -
-
Uses of TcpConnection in rocks.xmpp.core.net.client
Subclasses of TcpConnection in rocks.xmpp.core.net.client Modifier and Type Class Description class
SocketConnection
The default TCP socket connection as described in TCP Binding. -
Uses of TcpConnection in rocks.xmpp.core.tls.client
Constructors in rocks.xmpp.core.tls.client with parameters of type TcpConnection Constructor Description StartTlsManager(Session session, TcpConnection tcpConnection, ChannelEncryption channelEncryption)
-
Uses of TcpConnection in rocks.xmpp.extensions.compress
Constructors in rocks.xmpp.extensions.compress with parameters of type TcpConnection Constructor Description CompressionManager(Session session, TcpConnection tcpConnection)
-
Uses of TcpConnection in rocks.xmpp.nio.netty.net
Subclasses of TcpConnection in rocks.xmpp.nio.netty.net Modifier and Type Class Description class
NettyChannelConnection
A NIO connection based on Netty.
-