protected class XMPPTCPConnection.PacketWriter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
QUEUE_SIZE |
protected org.jivesoftware.smack.SynchronizationPoint<org.jivesoftware.smack.SmackException.NoResponseException> |
shutdownDone
Needs to be protected for unit testing purposes.
|
protected java.lang.Long |
shutdownTimestamp
If set, the packet writer is shut down
|
| Modifier | Constructor and Description |
|---|---|
protected |
XMPPTCPConnection.PacketWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
sendStreamElement(org.jivesoftware.smack.packet.Element element)
Sends the specified element to the server.
|
public static final int QUEUE_SIZE
protected org.jivesoftware.smack.SynchronizationPoint<org.jivesoftware.smack.SmackException.NoResponseException> shutdownDone
protected volatile java.lang.Long shutdownTimestamp
protected void sendStreamElement(org.jivesoftware.smack.packet.Element element)
throws org.jivesoftware.smack.SmackException.NotConnectedException
element - the element to send.org.jivesoftware.smack.SmackException.NotConnectedException