| Package | Description |
|---|---|
| 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 |
TcpConnection
The default TCP socket connection as described in TCP Binding.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
TcpConnectionConfiguration.createConnection(XmppSession xmppSession) |
abstract Connection |
ConnectionConfiguration.createConnection(XmppSession xmppSession)
A factory method to create the connection.
|
Connection |
XmppSession.getActiveConnection()
Gets the actively used connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
XmppSession.getConnections()
Gets an unmodifiable list of connections, which this session will try during connecting.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoshConnection
The implementation of XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
BoshConnectionConfiguration.createConnection(XmppSession xmppSession) |
Copyright © 2014–2018 XMPP.rocks. All rights reserved.