Package rocks.xmpp.core.stream
Provides classes for XML Streams, especially Stream Negotiation.
-
Interface Summary Interface Description StreamFeatureNegotiator<T extends StreamFeature> An interface for various stream negotiators, either from client perspective or server perspective.StreamHandler A functional interface for handling inbound stream elements which are read from a connection. -
Enum Summary Enum Description StreamNegotiationResult Represents the status of the feature negotiation. -
Exception Summary Exception Description StreamNegotiationException An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.