Uses of Package
rocks.xmpp.core.stream
-
Packages that use rocks.xmpp.core.stream Package Description rocks.xmpp.core.net Provides base classes and interfaces for network and connection related logic.rocks.xmpp.core.stream Provides classes for XML Streams, especially Stream Negotiation.rocks.xmpp.extensions.sm -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.core.net Class Description StreamHandler A functional interface for handling inbound stream elements which are read from a connection. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.core.stream Class Description StreamNegotiationException An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.StreamNegotiationResult Represents the status of the feature negotiation. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.extensions.sm Class Description StreamFeatureNegotiator An interface for various stream negotiators, either from client perspective or server perspective.StreamNegotiationException An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.StreamNegotiationResult Represents the status of the feature negotiation.