org.jivesoftware.smack
Class ThreadedDummyConnection

java.lang.Object
  extended by org.jivesoftware.smack.Connection
      extended by org.jivesoftware.smack.DummyConnection
          extended by org.jivesoftware.smack.ThreadedDummyConnection

public class ThreadedDummyConnection
extends DummyConnection


Field Summary
 
Fields inherited from class org.jivesoftware.smack.Connection
DEBUG_ENABLED
 
Constructor Summary
ThreadedDummyConnection()
           
 
Method Summary
 void addIQReply(IQ reply)
           
 void addMessage(Message msgToProcess)
           
 void processMessages()
           
 void sendPacket(Packet packet)
          Sends the specified packet to the server.
 
Methods inherited from class org.jivesoftware.smack.DummyConnection
connect, disconnect, getConnectionID, getNumberOfSentPackets, getRoster, getSentPacket, getUser, isAnonymous, isAuthenticated, isConnected, isSecureConnection, isUsingCompression, login, loginAnonymously, processPacket
 
Methods inherited from class org.jivesoftware.smack.Connection
addConnectionCreationListener, addConnectionListener, addPacketInterceptor, addPacketListener, addPacketSendingListener, createPacketCollector, disconnect, getAccountManager, getChatManager, getHost, getPort, getSASLAuthentication, getServiceName, login, removeConnectionCreationListener, removeConnectionListener, removePacketInterceptor, removePacketListener, removePacketSendingListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadedDummyConnection

public ThreadedDummyConnection()
Method Detail

sendPacket

public void sendPacket(Packet packet)
Description copied from class: Connection
Sends the specified packet to the server.

Overrides:
sendPacket in class DummyConnection
Parameters:
packet - the packet to send.

addMessage

public void addMessage(Message msgToProcess)

addIQReply

public void addIQReply(IQ reply)

processMessages

public void processMessages()