- send(PlainStreamElement) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
- sendSmAcknowledgement() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
Send a unconditional Stream Management acknowledgment to the server.
- sendStanzaInternal(Stanza) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
- sendStreamElement(Element) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection.PacketWriter
-
Sends the specified element to the server.
- setBundleandDeferCallback(BundleAndDeferCallback) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
Set the bundle and defer callback used for this connection.
- setCompressionEnabled(boolean) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnectionConfiguration.Builder
-
Sets if the connection is going to use stream compression.
- setConnectTimeout(int) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnectionConfiguration.Builder
-
Set how long the socket will wait until a TCP connection is established (in milliseconds).
- setDefaultBundleAndDeferCallback(BundleAndDeferCallback) - Static method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
Set the default bundle and defer callback used for new connections.
- setPreferredResumptionTime(int) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
Set the preferred resumption time in seconds.
- setup(XMPPTCPConnection, Stanza) - Static method in class org.jivesoftware.smack.sm.predicates.OnceForThisStanza
-
- setUseStreamManagement(boolean) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
Set if Stream Management should be used if supported by the server.
- setUseStreamManagementDefault(boolean) - Static method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
Set if Stream Management should be used by default for new connections.
- setUseStreamManagementResumptiodDefault(boolean) - Static method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
- setUseStreamManagementResumption(boolean) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
Set if Stream Management resumption should be used if supported by the server.
- setUseStreamManagementResumptionDefault(boolean) - Static method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
Set if Stream Management resumption should be used by default for new connections.
- setWriter(Writer) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
For unit testing purposes
- ShortcutPredicates - Class in org.jivesoftware.smack.sm.predicates
-
- ShortcutPredicates() - Constructor for class org.jivesoftware.smack.sm.predicates.ShortcutPredicates
-
- ShortcutPredicates(Collection<? extends StanzaFilter>) - Constructor for class org.jivesoftware.smack.sm.predicates.ShortcutPredicates
-
- shutdown() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
Shuts the current connection down.
- shutdownDone - Variable in class org.jivesoftware.smack.tcp.XMPPTCPConnection.PacketWriter
-
Needs to be protected for unit testing purposes.
- shutdownTimestamp - Variable in class org.jivesoftware.smack.tcp.XMPPTCPConnection.PacketWriter
-
If set, the stanza(/packet) writer is shut down
- SMUtils - Class in org.jivesoftware.smack.sm
-
- SMUtils() - Constructor for class org.jivesoftware.smack.sm.SMUtils
-
- stopCurrentBundleAndDefer() - Method in class org.jivesoftware.smack.tcp.BundleAndDefer
-
Stop the bundle and defer mechanism that was started when this instance of
BundleAndDefer
was emitted by
Smack.
- StreamManagement - Class in org.jivesoftware.smack.sm.packet
-
- StreamManagement() - Constructor for class org.jivesoftware.smack.sm.packet.StreamManagement
-
- StreamManagement.AckAnswer - Class in org.jivesoftware.smack.sm.packet
-
- StreamManagement.AckAnswer(long) - Constructor for class org.jivesoftware.smack.sm.packet.StreamManagement.AckAnswer
-
- StreamManagement.AckRequest - Class in org.jivesoftware.smack.sm.packet
-
- StreamManagement.Enable - Class in org.jivesoftware.smack.sm.packet
-
- StreamManagement.Enable(boolean) - Constructor for class org.jivesoftware.smack.sm.packet.StreamManagement.Enable
-
- StreamManagement.Enable(boolean, int) - Constructor for class org.jivesoftware.smack.sm.packet.StreamManagement.Enable
-
- StreamManagement.Enabled - Class in org.jivesoftware.smack.sm.packet
-
A Stream Management 'enabled' element.
- StreamManagement.Enabled(String, boolean) - Constructor for class org.jivesoftware.smack.sm.packet.StreamManagement.Enabled
-
- StreamManagement.Enabled(String, boolean, String, int) - Constructor for class org.jivesoftware.smack.sm.packet.StreamManagement.Enabled
-
- StreamManagement.Failed - Class in org.jivesoftware.smack.sm.packet
-
- StreamManagement.Failed() - Constructor for class org.jivesoftware.smack.sm.packet.StreamManagement.Failed
-
- StreamManagement.Failed(XMPPError.Condition) - Constructor for class org.jivesoftware.smack.sm.packet.StreamManagement.Failed
-
- StreamManagement.Resume - Class in org.jivesoftware.smack.sm.packet
-
- StreamManagement.Resume(long, String) - Constructor for class org.jivesoftware.smack.sm.packet.StreamManagement.Resume
-
- StreamManagement.Resumed - Class in org.jivesoftware.smack.sm.packet
-
- StreamManagement.Resumed(long, String) - Constructor for class org.jivesoftware.smack.sm.packet.StreamManagement.Resumed
-
- StreamManagement.StreamManagementFeature - Class in org.jivesoftware.smack.sm.packet
-
- StreamManagementException - Exception in org.jivesoftware.smack.sm
-
- StreamManagementException() - Constructor for exception org.jivesoftware.smack.sm.StreamManagementException
-
- StreamManagementException(String) - Constructor for exception org.jivesoftware.smack.sm.StreamManagementException
-
- StreamManagementException.StreamIdDoesNotMatchException - Exception in org.jivesoftware.smack.sm
-
- StreamManagementException.StreamIdDoesNotMatchException(String, String) - Constructor for exception org.jivesoftware.smack.sm.StreamManagementException.StreamIdDoesNotMatchException
-
- StreamManagementException.StreamManagementCounterError - Exception in org.jivesoftware.smack.sm
-
- StreamManagementException.StreamManagementCounterError(long, long, long, List<Stanza>) - Constructor for exception org.jivesoftware.smack.sm.StreamManagementException.StreamManagementCounterError
-
- StreamManagementException.StreamManagementNotEnabledException - Exception in org.jivesoftware.smack.sm
-
- StreamManagementException.StreamManagementNotEnabledException() - Constructor for exception org.jivesoftware.smack.sm.StreamManagementException.StreamManagementNotEnabledException
-
- StreamManagementStreamFeatureProvider - Class in org.jivesoftware.smack.sm.provider
-
- StreamManagementStreamFeatureProvider() - Constructor for class org.jivesoftware.smack.sm.provider.StreamManagementStreamFeatureProvider
-
- streamWasResumed() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
-
Returns true if the stream was successfully resumed with help of Stream Management.