| Package | Description |
|---|---|
| rocks.xmpp.extensions.disco |
Provides classes for XEP-0030: Service Discovery (#info).
|
| rocks.xmpp.extensions.disco.model.items |
Provides XML schema implementations of XEP-0030: Service Discovery (#items).
|
| rocks.xmpp.extensions.rsm |
Provides classes for XEP-0059: Result Set Management.
|
| rocks.xmpp.extensions.rsm.model |
Provides XML schema implementations of XEP-0059: Result Set Management.
|
| Modifier and Type | Method and Description |
|---|---|
ItemNode |
ServiceDiscoveryManager.discoverItems(Jid jid,
ResultSetManagement resultSet)
Discovers item associated with another XMPP entity.
|
ItemNode |
ServiceDiscoveryManager.discoverItems(Jid jid,
String node,
ResultSetManagement resultSetManagement)
Discovers item associated with another XMPP entity.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetManagement |
ItemNode.getResultSetManagement()
Gets the result set.
|
ResultSetManagement |
ItemDiscovery.getResultSetManagement() |
| Constructor and Description |
|---|
ItemDiscovery(Collection<Item> items,
ResultSetManagement resultSetManagement)
Creates an item discovery element with nodes and result set management.
|
ItemDiscovery(String node,
Collection<Item> items,
ResultSetManagement resultSetManagement)
Creates an item discovery element with a node attribute and result set management.
|
ItemDiscovery(String node,
ResultSetManagement resultSetManagement)
Creates an item discovery element with a node attribute.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetManagement |
ResultSet.getResultSetManagement()
Gets the result set info.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ResultSetItem> |
ResultSet.create(ResultSetProvider<T> resultSetProvider,
ResultSetManagement resultSetManagement)
Creates a result set from a result set provider and a result set management.
|
| Modifier and Type | Method and Description |
|---|---|
static ResultSetManagement |
ResultSetManagement.forCount(int count)
Gets a result set, which has a count information.
|
static ResultSetManagement |
ResultSetManagement.forCount(Integer count,
Integer index,
String first,
String last)
Gets a result set, which has a count information, including first and last item.
|
static ResultSetManagement |
ResultSetManagement.forItemCount()
Gets a result set, which gets the item count of a result without retrieving the items themselves.
|
static ResultSetManagement |
ResultSetManagement.forLastPage(int limit)
Gets a result set, which requests the last page.
|
static ResultSetManagement |
ResultSetManagement.forLimit(int limit)
Gets a result set, which limits the number of items of a result to be returned.
|
static ResultSetManagement |
ResultSetManagement.forLimit(int limit,
int index)
Gets a result set, which starts at a particular index.
|
static ResultSetManagement |
ResultSetManagement.forNextPage(int max,
String id)
Gets a result set, which requests the next page after a specified item.
|
static ResultSetManagement |
ResultSetManagement.forPreviousPage(int max,
String id)
Gets a result set, which requests the previous page before a specified item.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.