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 voidAbstractXMPPConnection. sendNonBlockingInternal(TopLevelStreamElement element)voidAbstractXMPPConnection. sendNonzaNonBlocking(Nonza nonza)voidXMPPConnection. sendNonzaNonBlocking(Nonza stanza)voidAbstractXMPPConnection. sendStanzaNonBlocking(Stanza stanza)voidXMPPConnection. 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 voidXMPPBOSHConnection. 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 voidModularXmppClientToServerConnection. 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 voidXMPPTCPConnection.PacketWriter. sendNonBlocking(Element element)Sends the specified element to the server.protected voidXMPPTCPConnection. sendNonBlockingInternal(TopLevelStreamElement element)
-