Uses of Class
org.jivesoftware.smack.PrivacyListManager

Packages that use PrivacyListManager
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
 

Uses of PrivacyListManager in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return PrivacyListManager
static PrivacyListManager PrivacyListManager.getInstanceFor(Connection connection)
          Returns the PrivacyListManager instance associated with a given Connection.
 

Constructors in org.jivesoftware.smack with parameters of type PrivacyListManager
PrivacyClient(PrivacyListManager manager)
           
 

Uses of PrivacyListManager in org.jivesoftware.smack.packet
 

Constructors in org.jivesoftware.smack.packet with parameters of type PrivacyListManager
PrivacyTest.PrivacyClient(PrivacyListManager manager)