OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServiceDiscoveryManager
(Results
1 - 3
of
3
) sorted by null
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
InitStaticCode.java
37
Class.forName(org.jivesoftware.smackx.
ServiceDiscoveryManager
.class.getName(), true, appClassLoader);
/external/smack/src/org/jivesoftware/smackx/
InitStaticCode.java
37
Class.forName(org.jivesoftware.smackx.
ServiceDiscoveryManager
.class.getName(), true, appClassLoader);
ServiceDiscoveryManager.java
51
public class
ServiceDiscoveryManager
{
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) {
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 2280 milliseconds