Uses of Class
org.jivesoftware.smack.DummyConnection

Packages that use DummyConnection
org.jivesoftware.smack Core classes of the Smack API. 
 

Uses of DummyConnection in org.jivesoftware.smack
 

Subclasses of DummyConnection in org.jivesoftware.smack
 class ThreadedDummyConnection
           
 

Methods in org.jivesoftware.smack with parameters of type DummyConnection
static void RosterTest.initRoster(DummyConnection connection, Roster roster)
          Initialize the roster according to the example in RFC3921: Retrieving One's Roster on Login.
static void RosterTest.removeAllRosterEntries(DummyConnection connection, Roster roster)
          Remove all roster entries by iterating trough Roster.getEntries() and simulating receiving roster pushes from the server.