Uses of Class
org.jivesoftware.smack.SmackException.SmackWrappedException
Packages that use SmackException.SmackWrappedException
Package
Description
Core classes of the Smack API.
Smack's API for BOSH (XEP-206, XEP-124).
Smack's internal API for client-to-server (c2s) connections.
-
Uses of SmackException.SmackWrappedException in org.jivesoftware.smack
Methods in org.jivesoftware.smack that throw SmackException.SmackWrappedExceptionModifier and TypeMethodDescriptionprotected void
AbstractXMPPConnection.afterSaslAuthenticationSuccess()
Hook for subclasses right after successful SASL authentication.protected final SASLMechanism
AbstractXMPPConnection.authenticate
(String username, String password, EntityBareJid authzid, SSLSession sslSession) Authenticate a connection.protected final void
AbstractXMPPConnection.waitForConditionOrThrowConnectionException
(Supplier<Boolean> condition, String waitFor) -
Uses of SmackException.SmackWrappedException in org.jivesoftware.smack.bosh
Methods in org.jivesoftware.smack.bosh that throw SmackException.SmackWrappedExceptionModifier and TypeMethodDescriptionprotected void
XMPPBOSHConnection.afterSaslAuthenticationSuccess()
-
Uses of SmackException.SmackWrappedException in org.jivesoftware.smack.c2s.internal
Methods in org.jivesoftware.smack.c2s.internal that throw SmackException.SmackWrappedExceptionModifier and TypeMethodDescriptionabstract void
ModularXmppClientToServerConnectionInternal.waitForConditionOrThrowConnectionException
(Supplier<Boolean> condition, String waitFor)