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 void
AbstractXMPPConnection.sendNonBlockingInternal
(TopLevelStreamElement element) final void
AbstractXMPPConnection.sendNonzaNonBlocking
(Nonza nonza) void
XMPPConnection.sendNonzaNonBlocking
(Nonza stanza) final 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.OutgoingQueueFullExceptionModifier and TypeMethodDescriptionprotected void
XMPPBOSHConnection.sendNonBlockingInternal
(TopLevelStreamElement element) -
Uses of SmackException.OutgoingQueueFullException in org.jivesoftware.smack.c2s
Methods in org.jivesoftware.smack.c2s that throw SmackException.OutgoingQueueFullExceptionModifier and TypeMethodDescriptionprotected void
ModularXmppClientToServerConnection.sendNonBlockingInternal
(TopLevelStreamElement element) -
Uses of SmackException.OutgoingQueueFullException in org.jivesoftware.smack.tcp
Methods in org.jivesoftware.smack.tcp that throw SmackException.OutgoingQueueFullExceptionModifier and TypeMethodDescriptionprotected void
XMPPTCPConnection.PacketWriter.sendNonBlocking
(Element element) Sends the specified element to the server.protected void
XMPPTCPConnection.sendNonBlockingInternal
(TopLevelStreamElement element)