Uses of Class
rocks.xmpp.core.stream.model.StreamError
-
Packages that use StreamError Package Description rocks.xmpp.core Provides classes for core XMPP functionality.rocks.xmpp.core.net Provides base classes and interfaces for network and connection related logic.rocks.xmpp.core.session Provides classes related to an XMPP session.rocks.xmpp.core.stream.model Provides XML schema implementations of the Stream Namespace, like Stream Features. -
-
Uses of StreamError in rocks.xmpp.core
Methods in rocks.xmpp.core with parameters of type StreamError Modifier and Type Method Description CompletionStage<Void>
Session. closeAsync(StreamError streamError)
Asynchronously closes the session with a stream error. -
Uses of StreamError in rocks.xmpp.core.net
Methods in rocks.xmpp.core.net with parameters of type StreamError Modifier and Type Method Description CompletionStage<Void>
AbstractConnection. closeAsync(StreamError streamError)
CompletionStage<Void>
Connection. closeAsync(StreamError streamError)
Asynchronously closes the connection with a stream error. -
Uses of StreamError in rocks.xmpp.core.session
Methods in rocks.xmpp.core.session with parameters of type StreamError Modifier and Type Method Description CompletionStage<Void>
XmppSession. closeAsync(StreamError streamError)
-
Uses of StreamError in rocks.xmpp.core.stream.model
Methods in rocks.xmpp.core.stream.model that return StreamError Modifier and Type Method Description StreamError
StreamErrorException. getError()
Gets the stream error.Constructors in rocks.xmpp.core.stream.model with parameters of type StreamError Constructor Description StreamErrorException(StreamError streamError)
Constructs a stanza exception.StreamErrorException(StreamError streamError, Throwable cause)
Constructs a stream error exception with a cause.
-