Searched defs:ServiceDiscoveryManager (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/
H A DServiceDiscoveryManager.java51 public class ServiceDiscoveryManager { class
61 private static Map<Connection, ServiceDiscoveryManager> instances =
62 new ConcurrentHashMap<Connection, ServiceDiscoveryManager>();
70 // Create a new ServiceDiscoveryManager on every established connection
74 new ServiceDiscoveryManager(connection);
81 * Creates a new ServiceDiscoveryManager for a given Connection. This means that the
85 * @param connection the connection to which a ServiceDiscoveryManager is going to be created.
87 public ServiceDiscoveryManager(Connection connection) { method in class:ServiceDiscoveryManager
94 * Returns the ServiceDiscoveryManager instance associated with a given Connection.
96 * @param connection the connection used to look for the proper ServiceDiscoveryManager
[all...]

Completed in 70 milliseconds