| Package | Description |
|---|---|
| rocks.xmpp.extensions.disco.model.items |
Provides XML schema implementations of XEP-0030: Service Discovery (#items).
|
| rocks.xmpp.extensions.rsm.model |
Provides XML schema implementations of XEP-0059: Result Set Management.
|
| 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 |
|---|---|
static ResultSetManagement |
ResultSetManagement.forCount(int count)
Deprecated.
|
static ResultSetManagement |
ResultSetManagement.forCount(Integer count,
Integer index,
String first,
String last)
Deprecated.
|
static ResultSetManagement |
ResultSetManagement.forCountResponse(int count)
Gets a result set, which has a count information.
|
static ResultSetManagement |
ResultSetManagement.forFirstPage(int max)
Gets a result set, which requests the first page.
|
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 max)
Gets a result set, which requests the last page.
|
static ResultSetManagement |
ResultSetManagement.forLimit(int limit)
Deprecated.
|
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.
|
static ResultSetManagement |
ResultSetManagement.forResponse(Integer count,
Integer index,
String first,
String last)
Gets a result set, which has a count information, including first and last item.
|
ResultSetManagement |
ResultSetManagement.nextPage(int max)
Creates the result set request for the next page.
|
ResultSetManagement |
ResultSetManagement.previousPage(int max)
Creates the result set request for the previous page.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.