Uses of Class
org.jivesoftware.smack.SmackException.OutgoingQueueFullException
Packages that use SmackException.OutgoingQueueFullException
Package
Description
Core classes of the Smack API.
Smack's API for BOSH (XEP-206, XEP-124).
Smack's (new) API for client-to-server (c2s) connections.
TCP-IP related classes for Smack.
-
Uses of SmackException.OutgoingQueueFullException in org.jivesoftware.smack
Methods in org.jivesoftware.smack that throw SmackException.OutgoingQueueFullExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractXMPPConnection.sendNonBlockingInternal(TopLevelStreamElement element) final voidAbstractXMPPConnection.sendNonzaNonBlocking(Nonza nonza) voidXMPPConnection.sendNonzaNonBlocking(Nonza stanza) final 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.OutgoingQueueFullExceptionModifier and TypeMethodDescriptionprotected voidXMPPBOSHConnection.sendNonBlockingInternal(TopLevelStreamElement element) -
Uses of SmackException.OutgoingQueueFullException in org.jivesoftware.smack.c2s
Methods in org.jivesoftware.smack.c2s that throw SmackException.OutgoingQueueFullExceptionModifier and TypeMethodDescriptionprotected voidModularXmppClientToServerConnection.sendNonBlockingInternal(TopLevelStreamElement element) -
Uses of SmackException.OutgoingQueueFullException in org.jivesoftware.smack.tcp
Methods in org.jivesoftware.smack.tcp that throw SmackException.OutgoingQueueFullExceptionModifier and TypeMethodDescriptionprotected voidXMPPTCPConnection.PacketWriter.sendNonBlocking(Element element) Sends the specified element to the server.protected voidXMPPTCPConnection.sendNonBlockingInternal(TopLevelStreamElement element)