Uses of Class
rocks.xmpp.core.stream.StreamNegotiationResult
-
Packages that use StreamNegotiationResult Package Description rocks.xmpp.core.stream Provides classes for XML Streams, especially 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 StreamNegotiationResult in rocks.xmpp.core.stream
Methods in rocks.xmpp.core.stream that return StreamNegotiationResult Modifier and Type Method Description StreamNegotiationResult
StreamFeatureNegotiator. processNegotiation(Object element)
Processes a feature protocol element or the feature element itself.static StreamNegotiationResult
StreamNegotiationResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamNegotiationResult[]
StreamNegotiationResult. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StreamNegotiationResult in rocks.xmpp.core.tls.client
Methods in rocks.xmpp.core.tls.client that return StreamNegotiationResult Modifier and Type Method Description StreamNegotiationResult
StartTlsManager. processNegotiation(Object element)
-
Uses of StreamNegotiationResult in rocks.xmpp.extensions.compress
Methods in rocks.xmpp.extensions.compress that return StreamNegotiationResult Modifier and Type Method Description StreamNegotiationResult
CompressionManager. processNegotiation(Object element)
-
Uses of StreamNegotiationResult in rocks.xmpp.extensions.sm
Methods in rocks.xmpp.extensions.sm that return StreamNegotiationResult Modifier and Type Method Description StreamNegotiationResult
AbstractStreamManager. processNegotiation(Object element)
-
Uses of StreamNegotiationResult in rocks.xmpp.extensions.sm.client
Methods in rocks.xmpp.extensions.sm.client that return StreamNegotiationResult Modifier and Type Method Description StreamNegotiationResult
ClientStreamManager. processNegotiation(Object element)
-