| Package | Description |
|---|---|
| rocks.xmpp.core.net.client |
Provides classes for client side connection configuration and establishment.
|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| rocks.xmpp.extensions.httpbind |
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SocketConnectionConfiguration
A configuration for a TCP connection using
Socket. |
class |
TcpConnectionConfiguration<T>
A configuration for a TCP connection.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ClientConnectionConfiguration |
ClientConnectionConfiguration.Builder.build()
Builds the connection configuration.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClientConnectionConfiguration> |
XmppSession.getConnections()
Gets an unmodifiable list of connections, which this session will try during connecting.
|
| Modifier and Type | Method and Description |
|---|---|
static XmppClient |
XmppClient.create(java.lang.String xmppServiceDomain,
ClientConnectionConfiguration... connectionConfigurations)
Creates a new XMPP client instance.
|
static XmppClient |
XmppClient.create(java.lang.String xmppServiceDomain,
XmppSessionConfiguration configuration,
ClientConnectionConfiguration... connectionConfigurations)
Creates a new XMPP client instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoshConnectionConfiguration
A configuration for a BOSH connection.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.