|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jivesoftware.smack.Connection
org.jivesoftware.smack.DummyConnection
org.jivesoftware.smack.ThreadedDummyConnection
public class ThreadedDummyConnection
| 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 java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadedDummyConnection()
| Method Detail |
|---|
public void sendPacket(Packet packet)
Connection
sendPacket in class DummyConnectionpacket - the packet to send.public void addMessage(Message msgToProcess)
public void addIQReply(IQ reply)
public void processMessages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||