OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrivacyListManager
(Results
1 - 3
of
3
) sorted by null
/external/smack/src/org/jivesoftware/smack/
PrivacyListManager.java
31
* A
PrivacyListManager
is used by XMPP clients to block or allow communications from other
43
public class
PrivacyListManager
{
46
private static Map<Connection,
PrivacyListManager
> instances = Collections
47
.synchronizedMap(new WeakHashMap<Connection,
PrivacyListManager
>());
55
// Create a new
PrivacyListManager
on every established connection. In the init()
56
// method of
PrivacyListManager
, we'll add a listener that will delete the
60
new
PrivacyListManager
(connection);
71
private
PrivacyListManager
(Connection connection) {
159
* Returns the
PrivacyListManager
instance associated with a given Connection.
161
* @param connection the connection used to look for the proper
PrivacyListManager
.
[
all
...]
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
InitStaticCode.java
38
Class.forName(org.jivesoftware.smack.
PrivacyListManager
.class.getName(), true, appClassLoader);
/external/smack/src/org/jivesoftware/smackx/
InitStaticCode.java
38
Class.forName(org.jivesoftware.smack.
PrivacyListManager
.class.getName(), true, appClassLoader);
Completed in 5527 milliseconds