| 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.client |
Provides classes for a client-to-server NIO connection using the Netty framework.
|
| rocks.xmpp.nio.netty.net |
Provides connection-related classes based on Netty channels.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SocketConnection
The default TCP socket connection as described in TCP Binding.
|
| Constructor and Description |
|---|
StartTlsManager(XmppSession xmppSession,
TcpBinding tcpBinding,
ChannelEncryption channelEncryption) |
| Constructor and Description |
|---|
CompressionManager(XmppSession xmppSession,
TcpBinding tcpBinding) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyTcpConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyChannelConnection
A NIO connection based on Netty.
|
Copyright © 2014–2019 XMPP.rocks. All rights reserved.