| Package | Description |
|---|---|
| org.xmpp.jnodes.smack |
| Modifier and Type | Method and Description |
|---|---|
static SmackServiceNode.MappedNodes |
SmackServiceNode.searchServices(org.jivesoftware.smack.XMPPConnection xmppConnection,
int maxEntries,
int maxDepth,
int maxSearchNodes,
String protocol,
boolean searchBuddies) |
static SmackServiceNode.MappedNodes |
SmackServiceNode.searchServices(org.jivesoftware.smack.XMPPConnection xmppConnection,
int maxEntries,
int maxDepth,
int maxSearchNodes,
String protocol,
boolean searchBuddies) |
| Modifier and Type | Method and Description |
|---|---|
static Future<SmackServiceNode.MappedNodes> |
SmackServiceNode.aSyncSearchServices(org.jivesoftware.smack.XMPPConnection xmppConnection,
int maxEntries,
int maxDepth,
int maxSearchNodes,
String protocol,
boolean searchBuddies) |
static Future<SmackServiceNode.MappedNodes> |
SmackServiceNode.aSyncSearchServices(org.jivesoftware.smack.XMPPConnection xmppConnection,
int maxEntries,
int maxDepth,
int maxSearchNodes,
String protocol,
boolean searchBuddies) |
| Modifier and Type | Method and Description |
|---|---|
void |
SmackServiceNode.addEntries(SmackServiceNode.MappedNodes entries) |
void |
SmackServiceNode.addEntries(SmackServiceNode.MappedNodes entries) |
static void |
SmackServiceNode.deepSearch(org.jivesoftware.smack.XMPPConnection xmppConnection,
int maxEntries,
org.jxmpp.jid.Jid startPoint,
SmackServiceNode.MappedNodes mappedNodes,
int maxDepth,
int maxSearchNodes,
String protocol,
ConcurrentHashMap<org.jxmpp.jid.Jid,org.jxmpp.jid.Jid> visited) |
static void |
SmackServiceNode.deepSearch(org.jivesoftware.smack.XMPPConnection xmppConnection,
int maxEntries,
org.jxmpp.jid.Jid startPoint,
SmackServiceNode.MappedNodes mappedNodes,
int maxDepth,
int maxSearchNodes,
String protocol,
ConcurrentHashMap<org.jxmpp.jid.Jid,org.jxmpp.jid.Jid> visited) |
Copyright © 2021. All rights reserved.