Uses of Class
org.jivesoftware.smack.SmackException.OutgoingQueueFullException
-
Packages that use SmackException.OutgoingQueueFullException Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.bosh Smack's API for BOSH (XEP-206, XEP-124).org.jivesoftware.smack.c2s Smack's (new) API for client-to-server (c2s) connections.org.jivesoftware.smack.tcp TCP-IP related classes for Smack. -
-
Uses of SmackException.OutgoingQueueFullException in org.jivesoftware.smack
Methods in org.jivesoftware.smack that throw SmackException.OutgoingQueueFullException Modifier and Type Method Description protected abstract void
AbstractXMPPConnection. sendNonBlockingInternal(TopLevelStreamElement element)
void
AbstractXMPPConnection. sendNonzaNonBlocking(Nonza nonza)
void
XMPPConnection. sendNonzaNonBlocking(Nonza stanza)
void
AbstractXMPPConnection. sendStanzaNonBlocking(Stanza stanza)
void
XMPPConnection. sendStanzaNonBlocking(Stanza stanza)
-
Uses of SmackException.OutgoingQueueFullException in org.jivesoftware.smack.bosh
Methods in org.jivesoftware.smack.bosh that throw SmackException.OutgoingQueueFullException Modifier and Type Method Description protected void
XMPPBOSHConnection. sendNonBlockingInternal(TopLevelStreamElement element)
-
Uses of SmackException.OutgoingQueueFullException in org.jivesoftware.smack.c2s
Methods in org.jivesoftware.smack.c2s that throw SmackException.OutgoingQueueFullException Modifier and Type Method Description protected void
ModularXmppClientToServerConnection. sendNonBlockingInternal(TopLevelStreamElement element)
-
Uses of SmackException.OutgoingQueueFullException in org.jivesoftware.smack.tcp
Methods in org.jivesoftware.smack.tcp that throw SmackException.OutgoingQueueFullException Modifier and Type Method Description protected void
XMPPTCPConnection.PacketWriter. sendNonBlocking(Element element)
Sends the specified element to the server.protected void
XMPPTCPConnection. sendNonBlockingInternal(TopLevelStreamElement element)
-