Uses of Interface
org.jivesoftware.smack.packet.Nonza
Package
Description
Core classes of the Smack API.
Smack's internal API for client-to-server (c2s) connections.
Stanzas and extension elements for XMPP stream compression (XEP-138).
XML stanzas and extension elements that are part of the XMPP protocol.
The Smack provider architecture is a system for plugging in custom XML parsing of stanza extensions
(
ExtensionElement
, IQ
stanzas and
Nonza
.Stanzas, plain stream- and extension elements for SASL.
Plain stream elements for XEP-0198: Stream Management.
This package contains Stanzas required to open and close stream.
Plain stream elements for XEP-0352: Client State Indication.
-
Uses of Nonza in org.jivesoftware.smack
Modifier and TypeInterfaceDescriptionstatic interface
NonzaCallback.NonzaListener<N extends Nonza>
Modifier and TypeMethodDescription<N extends Nonza>
NonzaCallback.BuilderNonzaCallback.Builder.listenFor
(Class<N> nonza, NonzaCallback.NonzaListener<N> nonzaListener) AbstractXMPPConnection.sendAndWaitForResponse
(Nonza nonza, Class<SN> successNonzaClass, Class<FN> failedNonzaClass) AbstractXMPPConnection.sendAndWaitForResponse
(Nonza nonza, Class<SN> successNonzaClass, Class<FN> failedNonzaClass) Modifier and TypeMethodDescriptionAbstractXMPPConnection.sendAndWaitForResponse
(Nonza nonza, Class<SN> successNonzaClass, Class<FN> failedNonzaClass) final void
void
Send a Nonza.final void
AbstractXMPPConnection.sendNonzaNonBlocking
(Nonza nonza) void
XMPPConnection.sendNonzaNonBlocking
(Nonza stanza) ModifierConstructorDescriptionFailedNonzaException
(Nonza failedNonza) FailedNonzaException
(Nonza nonza, StanzaError.Condition condition) -
Uses of Nonza in org.jivesoftware.smack.c2s.internal
Modifier and TypeMethodDescriptionModularXmppClientToServerConnectionInternal.sendAndWaitForResponse
(Nonza nonza, Class<SN> successNonzaClass, Class<FN> failedNonzaClass) ModularXmppClientToServerConnectionInternal.sendAndWaitForResponse
(Nonza nonza, Class<SN> successNonzaClass, Class<FN> failedNonzaClass) -
Uses of Nonza in org.jivesoftware.smack.compress.packet
-
Uses of Nonza in org.jivesoftware.smack.packet
Modifier and TypeClassDescriptionclass
class
AbstractStreamOpen is actually aTopLevelStreamElement
, however we implementNonza
here.class
final class
class
Represents a stream error packet.final class
The stream open tag.final class
final class
-
Uses of Nonza in org.jivesoftware.smack.provider
Modifier and TypeMethodDescriptionstatic NonzaProvider<? extends Nonza>
ProviderManager.getNonzaProvider
(String elementName, String namespace) static NonzaProvider<? extends Nonza>
ProviderManager.getNonzaProvider
(QName key) Modifier and TypeMethodDescriptionstatic void
ProviderManager.addNonzaProvider
(NonzaProvider<? extends Nonza> nonzaProvider) static void
ProviderManager.removeNonzaProvider
(Class<? extends Nonza> nonzaClass) -
Uses of Nonza in org.jivesoftware.smack.sasl.packet
Modifier and TypeClassDescriptionstatic class
Initiating SASL authentication by select a mechanism.static class
A SASL challenge stream element.static class
A SASL response stream element.static class
A SASL failure stream element, also called "SASL Error".static class
A SASL success stream element. -
Uses of Nonza in org.jivesoftware.smack.sm.packet
Modifier and TypeClassDescriptionstatic class
static final class
static class
static class
A Stream Management 'enabled' element.static class
static class
static class
-
Uses of Nonza in org.jivesoftware.smack.websocket.elements
Modifier and TypeClassDescriptionfinal class
final class
-
Uses of Nonza in org.jivesoftware.smackx.csi.packet
Modifier and TypeClassDescriptionstatic final class
static final class