Uses of Class
rocks.xmpp.core.stream.StreamNegotiationException
-
Packages that use StreamNegotiationException Package Description rocks.xmpp.core.sasl Provides classes for SASL Negotiation (authentication).rocks.xmpp.core.stream Provides classes for XML Streams, especially Stream Negotiation.rocks.xmpp.core.stream.client Provides classes for client-side stream negotiation.rocks.xmpp.core.tls.client Provides classes for client-side STARTTLS negotiation.rocks.xmpp.extensions.compress Provides classes for XEP-0138: Stream Compression.rocks.xmpp.extensions.sm Provides classes for XEP-0198: Stream Management.rocks.xmpp.extensions.sm.client -
-
Uses of StreamNegotiationException in rocks.xmpp.core.sasl
Subclasses of StreamNegotiationException in rocks.xmpp.core.sasl Modifier and Type Class Description class
AuthenticationException
An exception thrown during the login process, if SASL negotiation with the XMPP server fails. -
Uses of StreamNegotiationException in rocks.xmpp.core.stream
Methods in rocks.xmpp.core.stream that throw StreamNegotiationException Modifier and Type Method Description StreamNegotiationResult
StreamFeatureNegotiator. processNegotiation(Object element)
Processes a feature protocol element or the feature element itself. -
Uses of StreamNegotiationException in rocks.xmpp.core.stream.client
Methods in rocks.xmpp.core.stream.client that throw StreamNegotiationException Modifier and Type Method Description Future<Void>
StreamFeaturesManager. completeNegotiation()
Negotiates all pending features, if any, and waits until all features have been negotiated.boolean
StreamFeaturesManager. handleElement(Object element)
Tries to process an element, which is a feature or may belong to a feature protocol, e.g. the<proceed/>
element from TLS negotiation.void
StreamFeaturesManager. processFeatures(StreamFeatures featuresElement)
Processes the<stream:features/>
element and immediately starts negotiating the first feature. -
Uses of StreamNegotiationException in rocks.xmpp.core.tls.client
Methods in rocks.xmpp.core.tls.client that throw StreamNegotiationException Modifier and Type Method Description StreamNegotiationResult
StartTlsManager. processNegotiation(Object element)
-
Uses of StreamNegotiationException in rocks.xmpp.extensions.compress
Methods in rocks.xmpp.extensions.compress that throw StreamNegotiationException Modifier and Type Method Description StreamNegotiationResult
CompressionManager. processNegotiation(Object element)
-
Uses of StreamNegotiationException in rocks.xmpp.extensions.sm
Methods in rocks.xmpp.extensions.sm that throw StreamNegotiationException Modifier and Type Method Description StreamNegotiationResult
AbstractStreamManager. processNegotiation(Object element)
-
Uses of StreamNegotiationException in rocks.xmpp.extensions.sm.client
Methods in rocks.xmpp.extensions.sm.client that throw StreamNegotiationException Modifier and Type Method Description StreamNegotiationResult
ClientStreamManager. processNegotiation(Object element)
-