Uses of Class
rocks.xmpp.core.XmppException
-
Packages that use XmppException Package Description rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors.rocks.xmpp.core.stream Provides classes for XML Streams, especially Stream Negotiation.rocks.xmpp.core.stream.model Provides XML schema implementations of the Stream Namespace, like Stream Features.rocks.xmpp.util.concurrent Provides classes for concurrency. -
-
Uses of XmppException in rocks.xmpp.core.stanza.model
Subclasses of XmppException in rocks.xmpp.core.stanza.model Modifier and Type Class Description classStanzaErrorExceptionA stanza exception represents a stanza error. -
Uses of XmppException in rocks.xmpp.core.stream
Subclasses of XmppException in rocks.xmpp.core.stream Modifier and Type Class Description classStreamNegotiationExceptionAn exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.Methods in rocks.xmpp.core.stream that throw XmppException Modifier and Type Method Description booleanStreamHandler. handleElement(Object streamElement)Handles an inbound stream element. -
Uses of XmppException in rocks.xmpp.core.stream.model
Subclasses of XmppException in rocks.xmpp.core.stream.model Modifier and Type Class Description classStreamErrorExceptionRepresents a stream error. -
Uses of XmppException in rocks.xmpp.util.concurrent
Methods in rocks.xmpp.util.concurrent that throw XmppException Modifier and Type Method Description TAsyncResult. getResult()Waits uninterruptibly on the result of the query and returns it.TAsyncResult. getResult(long timeout, TimeUnit unit)Waits uninterruptibly on the result of the query (with a timeout) and returns it.
-